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
@@ -76,7 +76,7 @@ hid_device_info :: struct {
|
||||
}
|
||||
|
||||
|
||||
@(default_calling_convention="c", link_prefix="", require_results)
|
||||
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||
foreign lib {
|
||||
hid_init :: proc() -> c.int ---
|
||||
hid_exit :: proc() -> c.int ---
|
||||
|
||||
Reference in New Issue
Block a user