Low level keyboard handler (multiple keys at once)

For posting library code and examples.
Post Reply
unartic
Posts: 60
Joined: Sat Oct 28, 2023 3:26 pm

Low level keyboard handler (multiple keys at once)

Post 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 27 times
key.prg
(322 Bytes) Downloaded 21 times
unartic
Posts: 60
Joined: Sat Oct 28, 2023 3:26 pm

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

Post by unartic »

Here is a forum post about the scancodes you can use:

viewtopic.php?t=6559
Post Reply