add functionality to delete pixel
This commit is contained in:
@@ -74,6 +74,8 @@ struct
|
||||
_symbol "KEY_RIGHT" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_DOWN, _) =
|
||||
_symbol "KEY_DOWN" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_BACKSPACE, _) =
|
||||
_symbol "KEY_BACKSPACE" public : ( unit -> int ) * ( int -> unit );
|
||||
|
||||
val (KEY_0, _) =
|
||||
_symbol "KEY_0" public : ( unit -> int ) * ( int -> unit );
|
||||
|
||||
Reference in New Issue
Block a user