progress implementing SML-side handling of controller

This commit is contained in:
2026-01-20 07:10:15 +00:00
parent f2bffc4b6b
commit 73d30bfb1f
5 changed files with 126 additions and 32 deletions

View File

@@ -55,7 +55,7 @@ struct
(* gamepad bindings below *)
val getGamepadState =
_import "getGamepadState" public : int -> unit;
_import "getGamepadState" public : int -> int;
val getLeftJoystickXAxisState =
_import "getLeftJoystickXAxisState" public : unit -> Real32.real;