add code to let user change alpha valua

This commit is contained in:
2025-07-11 15:34:29 +01:00
parent 104cdf33c2
commit 040fc67c80
9 changed files with 92 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ struct
_symbol "KEY_L" public : ( unit -> int ) * ( int -> unit );
val (KEY_O, _) =
_symbol "KEY_O" public : ( unit -> int ) * ( int -> unit );
val (KEY_A, _) =
_symbol "KEY_A" public : ( unit -> int ) * ( int -> unit );
val (KEY_ENTER, _) =
_symbol "KEY_ENTER" public : ( unit -> int ) * ( int -> unit );