aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Woodley <ecwoodley@gmail.com>2024-02-24 23:02:12 +0000
committerEddie Woodley <ecwoodley@gmail.com>2024-02-24 23:06:05 +0000
commit8a78b0d241df4c5533343ffdf543791754afadde (patch)
treee860b1d46c3c4955fcc13eeea140ba8c63bf5cd4
parenta642ea0b28f8b1edad247b484ae000f20218347d (diff)
vendor/glfw Add RawMouseMotionSupported to wrapper
-rw-r--r--vendor/glfw/wrapper.odin5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/glfw/wrapper.odin b/vendor/glfw/wrapper.odin
index db0e8364e..6ef46c183 100644
--- a/vendor/glfw/wrapper.odin
+++ b/vendor/glfw/wrapper.odin
@@ -149,8 +149,9 @@ WaitEvents :: glfw.WaitEvents
WaitEventsTimeout :: glfw.WaitEventsTimeout
PostEmptyEvent :: glfw.PostEmptyEvent
-GetInputMode :: glfw.GetInputMode
-SetInputMode :: glfw.SetInputMode
+RawMouseMotionSupported :: glfw.RawMouseMotionSupported
+GetInputMode :: glfw.GetInputMode
+SetInputMode :: glfw.SetInputMode
GetMouseButton :: glfw.GetMouseButton
GetCursorPos :: proc "c" (window: WindowHandle) -> (xpos, ypos: f64) {