mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
vendor/glfw Add RawMouseMotionSupported to wrapper
This commit is contained in:
Vendored
+3
-2
@@ -149,8 +149,9 @@ WaitEvents :: glfw.WaitEvents
|
|||||||
WaitEventsTimeout :: glfw.WaitEventsTimeout
|
WaitEventsTimeout :: glfw.WaitEventsTimeout
|
||||||
PostEmptyEvent :: glfw.PostEmptyEvent
|
PostEmptyEvent :: glfw.PostEmptyEvent
|
||||||
|
|
||||||
GetInputMode :: glfw.GetInputMode
|
RawMouseMotionSupported :: glfw.RawMouseMotionSupported
|
||||||
SetInputMode :: glfw.SetInputMode
|
GetInputMode :: glfw.GetInputMode
|
||||||
|
SetInputMode :: glfw.SetInputMode
|
||||||
|
|
||||||
GetMouseButton :: glfw.GetMouseButton
|
GetMouseButton :: glfw.GetMouseButton
|
||||||
GetCursorPos :: proc "c" (window: WindowHandle) -> (xpos, ypos: f64) {
|
GetCursorPos :: proc "c" (window: WindowHandle) -> (xpos, ypos: f64) {
|
||||||
|
|||||||
Reference in New Issue
Block a user