|
hi. all
I make a small java3d program to use behavior
class.
This program interact with key event,
for example press 'A' key and left object rotation, press 'B'
key and right object translation....
I used WakeupOnAWTEvent class to interact key event, but
WakeupOnAWTEvent class allow only KEY_PRESSED, KEY_TYPED, and
KEY_RELEASED.
So I will extend WakeupOnAWTEvent class to allow many key
event like VK_A, VK_B... .
What shall i do for this.
Plaese give me a advice and help.
thanks
|
