done adding ability to change different colours in both functional core and imperative shell
This commit is contained in:
@@ -68,4 +68,25 @@ struct
|
||||
_symbol "KEY_RIGHT" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_DOWN, _) =
|
||||
_symbol "KEY_DOWN" public : ( unit -> int ) * ( int -> unit );
|
||||
|
||||
val (KEY_0, _) =
|
||||
_symbol "KEY_0" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_1, _) =
|
||||
_symbol "KEY_1" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_2, _) =
|
||||
_symbol "KEY_2" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_3, _) =
|
||||
_symbol "KEY_3" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_4, _) =
|
||||
_symbol "KEY_4" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_5, _) =
|
||||
_symbol "KEY_5" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_6, _) =
|
||||
_symbol "KEY_6" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_7, _) =
|
||||
_symbol "KEY_7" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_8, _) =
|
||||
_symbol "KEY_8" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_9, _) =
|
||||
_symbol "KEY_9" public : ( unit -> int ) * ( int -> unit );
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user