We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cade72c commit ede6863Copy full SHA for ede6863
CHANGELOG
@@ -20,6 +20,17 @@ In this PR I am redefining how RGFW handles versioning. Breaking changes are goi
20
- fix window not hiding after it's first shown (X11)
21
- fix fullscreen bugs when a hidden window is created (X11)
22
- add RGFW_equal and RGFW_kpEquals alts for consistency
23
+- add `RGFW_mouseText` as an altname for `RGFW_mouseIbeam`
24
+- add `RGFW_mouseResizeNW`
25
+- add `RGFW_mouseResizeN`
26
+- add `RGFW_mouseResizeNE`
27
+- add `RGFW_mouseResizeE`
28
+- add `RGFW_mouseResizeSE`
29
+- add `RGFW_mouseResizeS`
30
+- add `RGFW_mouseResizeSW`
31
+- add `RGFW_mouseResizeW`
32
+- add `RGFW_mouseWait`
33
+- add `RGFW_mouseProgress`
34
35
Release: RGFW 1.8.0
36
-----------------------------------------------
0 commit comments