News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Detect arrow keys

Started by amrac, December 28, 2009, 05:12:07 PM

Previous topic - Next topic

amrac

How can I detect that the left or right keys have been pressed?

dedndave

here is a program that will tell you what codes are generated by different keys
http://www.masm32.com/board/index.php?action=dlattach;topic=12412.0;id=6774
that program uses int 21h, but it can also be done using int 16h

amrac