mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Use [^] on PeepEvents
This commit is contained in:
Vendored
+1
-1
@@ -482,7 +482,7 @@ GetEventState :: #force_inline proc "c" (type: EventType) -> u8 { return EventSt
|
|||||||
@(default_calling_convention="c", link_prefix="SDL_")
|
@(default_calling_convention="c", link_prefix="SDL_")
|
||||||
foreign lib {
|
foreign lib {
|
||||||
PumpEvents :: proc() ---
|
PumpEvents :: proc() ---
|
||||||
PeepEvents :: proc(event: ^Event, numevents: c.int, action: eventaction, minType, maxType: EventType) -> c.int ---
|
PeepEvents :: proc(events: [^]Event, numevents: c.int, action: eventaction, minType, maxType: EventType) -> c.int ---
|
||||||
HasEvent :: proc(type: EventType) -> bool ---
|
HasEvent :: proc(type: EventType) -> bool ---
|
||||||
HasEvents :: proc(minType, maxType: EventType) -> bool ---
|
HasEvents :: proc(minType, maxType: EventType) -> bool ---
|
||||||
FlushEvent :: proc(type: EventType) ---
|
FlushEvent :: proc(type: EventType) ---
|
||||||
|
|||||||
Reference in New Issue
Block a user