|
game controlls?
How do I get java to read special characters (such as the left and right arrow key)? I'm a java student and my final project is a game which will use arrow keys to navigate, I can get it to read characters like "l" using the ConsoleIO class, but, you know...I'm a n00b. Thank you!
getComment()
{
return null;
}
|