mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 18:24:06 +00:00
Add RawMouseMotionSupported
This commit is contained in:
1
vendor/glfw/bindings/bindings.odin
vendored
1
vendor/glfw/bindings/bindings.odin
vendored
@@ -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) ---
|
||||
|
||||
|
||||
3
vendor/glfw/constants.odin
vendored
3
vendor/glfw/constants.odin
vendored
@@ -339,6 +339,9 @@ CURSOR_NORMAL :: 0x00034001
|
||||
CURSOR_HIDDEN :: 0x00034002
|
||||
CURSOR_DISABLED :: 0x00034003
|
||||
|
||||
/* Mouse motion */
|
||||
RAW_MOUSE_MOTION :: 0x00033005
|
||||
|
||||
/* Behavior? */
|
||||
ANY_RELEASE_BEHAVIOR :: 0
|
||||
RELEASE_BEHAVIOR_FLUSH :: 0x00035001
|
||||
|
||||
Reference in New Issue
Block a user