Quote:
Originally Posted by snekiam
Is there a way in the SDK to determine which keys have been pressed by the (ideally the mapping of the key, ie for ESC 0,0)
|
No, but since the program is running on the computer, not the keyboard, you could use
something like this.You would then just make an array of keys and their corresponding row and column.