Thread
:
ASCII value for left and right?
View Single Post
Jul 18th, 2006, 7:46 PM
#
5
ReggaetonKing
Sexy Programmer
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power:
4
Java Syntax
(
Toggle Plain Text
)
KeyEvent
.
VK_LEFT
//is for the Left arrow key
KeyEvent
.
VK_RIGHT
//is for the right arrow key
KeyEvent.VK_LEFT //is for the Left arrow key KeyEvent.VK_RIGHT //is for the right arrow key
I got it from
this
using Google. It was the first link. Please search around before posting a question.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing
View Public Profile
Find More Posts by ReggaetonKing