Add RawMouseMotionSupported

This commit is contained in:
Jeroen van Rijn
2022-10-21 19:20:15 +02:00
parent d5047e621d
commit 648e3c65ea
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ foreign glfw {
WaitEventsTimeout :: proc(timeout: f64) ---
PostEmptyEvent :: proc() ---
RawMouseMotionSupported :: proc() -> b32 ---
GetInputMode :: proc(window: WindowHandle, mode: c.int) -> c.int ---
SetInputMode :: proc(window: WindowHandle, mode, value: c.int) ---