Skip to main content
Home Forums 68kMLA Reading more than two keys? — #4
Post #4 by bbraun
Source Forum68kMLA
CategoryPeripherals
Post DateTue, 10 Sep 2013 - 20:57
Original URLhttps://68kmla.org/bb/threads/reading-more-than-two-keys.28841/
Post
Inside Macintosh I said:
If you wish to periodically inspect the state of the keyboard or keypad—say, while the mouse button is being held down—use the procedure GetKeys; this procedure is also the only way to tell whether a modifier key is being pressed alone.
Inside Macintosh Toolbox Essentials said:
In addition to getting keyboard events when the user presses or releases a key, you can directly read the keyboard (and keypad) using the GetKeys procedure.
mp.ls