Page 1 of 1

Low level keyboard handler (multiple keys at once)

Posted: Thu Apr 18, 2024 12:25 pm
by unartic
A little example of how to check the state of each key, if it is down or up.

The example displays the state of the 4 arrow keys.

Try It Now!

Downloads:
key.asm
(2.6 KiB) Downloaded 149 times
key.prg
(322 Bytes) Downloaded 132 times

Re: Low level keyboard handler (multiple keys at once)

Posted: Thu Apr 25, 2024 11:16 am
by unartic
Here is a forum post about the scancodes you can use:

viewtopic.php?t=6559