mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
[vendor/x11]: Add a special type for mouse events
This commit is contained in:
Vendored
+8
@@ -68,6 +68,14 @@ BackingStore :: enum i32 {
|
||||
Always = 2,
|
||||
}
|
||||
|
||||
MouseButton :: enum i32 {
|
||||
Button1 = 1,
|
||||
Button2 = 2,
|
||||
Button3 = 3,
|
||||
Button4 = 4,
|
||||
Button5 = 5,
|
||||
}
|
||||
|
||||
EventMask :: bit_set[EventMaskBits; int]
|
||||
EventMaskBits :: enum i32 {
|
||||
KeyPress = 0,
|
||||
|
||||
Reference in New Issue
Block a user