Add sdl3_gpu.odin

This commit is contained in:
gingerBill
2025-02-04 12:23:25 +00:00
parent 02fcac195b
commit ce69161ffb
4 changed files with 922 additions and 37 deletions
+3 -3
View File
@@ -81,10 +81,10 @@ GamepadBindingType :: enum c.int {
GamepadBinding :: struct {
input_type: GamepadBindingType,
input: struct #raw_union {
button: c.int,
button: c.int,
axis: struct {
axis: c.int,
axis: struct {
axis: c.int,
axis_min: c.int,
axis_max: c.int,
},