Today's Question:  What does your personal desk look like?        GIVE A SHOUT

Solution to getKeyCode() returns 0 in Java

  Pi Ke        2011-06-06 10:38:11       10,544        0    

The getKeyChar method always returns a valid Unicode character or
CHAR_UNDEFINED. Character input is reported by KEY_TYPED events:
KEY_PRESSED and KEY_RELEASED events are not necessarily associated with
character input. Therefore, the result of the getKeyChar method is
guaranteed to be meaningful only for KEY_TYPED events.

For key pressed and key released events, the getKeyCode method returns
the event's keyCode. For key typed events, the getKeyCode method always
returns VK_UNDEFINED.

JAVA  KEYCODE  0  KEYLISTENER 

Share on Facebook  Share on Twitter  Share on Weibo  Share on Reddit 

  RELATED


  0 COMMENT


No comment for this article.