mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Add sdl3_events.odin
This commit is contained in:
Vendored
+1
-1
@@ -197,7 +197,7 @@ HapticEffect :: struct #raw_union {
|
||||
HapticID :: distinct Uint32
|
||||
|
||||
|
||||
@(default_calling_convention="c", link_prefix="", require_results)
|
||||
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||
foreign lib {
|
||||
GetHaptics :: proc(count: ^c.int) -> ^HapticID ---
|
||||
GetHapticNameForID :: proc(instance_id: HapticID) -> cstring ---
|
||||
|
||||
Reference in New Issue
Block a user