mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 04:57:55 +00:00
vendor/glfw Add RawMouseMotionSupported to wrapper
This commit is contained in:
5
vendor/glfw/wrapper.odin
vendored
5
vendor/glfw/wrapper.odin
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user