@user516664 that is the code for the "regular" arrow keys. Maybe you want the numeric keypad arrows instead, in which case use VK_KP_LEFT , etc. If that still doesn't work then tell us what getKeyCode is returning for your "regular arro
Teams. Q&A for Work. Stack Overflow for Teams is a private, secure spot for you and your coworkers to find and share information.
I have written a Java class RawConsoleInput that uses JNA to call operating system functions of Windows and Unix. It can be used to read the arrow keys, but the character codes are different on Windows and Unix.
Post a Comment:
Showing 0 Comments: