mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Fix GetEventState
This commit is contained in:
2
vendor/sdl2/sdl_events.odin
vendored
2
vendor/sdl2/sdl_events.odin
vendored
@@ -477,7 +477,7 @@ DISABLE :: 0
|
||||
ENABLE :: 1
|
||||
|
||||
|
||||
GetEventState :: #force_inline proc "c" (type: EventType) -> u8 { return EventState(type, QUERY) }
|
||||
GetEventState :: #force_inline proc "c" (type: EventType) -> b8 { return EventState(type, QUERY) }
|
||||
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_")
|
||||
|
||||
Reference in New Issue
Block a user