home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-23 | 289 b | 15 lines | [TEXT/MSET] |
- \ KIM
- \ A simple utility for keyboard-oriented games
- \ ed-boy 951013
-
- :class KeyMap super{ object }
- record
- { 16 bytes theKeys
- }
-
- :m Check: ^base call getKeys ;m \ takes a snapshot of the state of the keyboard
- :m Test: 0 ^base rot call BitTst ;m \ inspects the snapshot
-
- ;class
-
-