mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Add RawMouseMotionSupported
This commit is contained in:
Vendored
+1
@@ -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) ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user