DeskTop: GET_INPUT usage

This commit is contained in:
Joshua Bell 2018-01-11 23:03:53 -08:00
parent 0179142925
commit d43ebdd640
2 changed files with 219 additions and 206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@ KEY_LEFT := $08
KEY_DOWN := $0A
KEY_UP := $0B
KEY_RIGHT := $15
KEY_DELETE := $7F
;;; Monitor
INIT := $FB2F