Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,895

    Re: Is Key Pressed statements

    Read the API doc for KeyEvent. Go to this site and find KeyEvent
    Java Platform SE 6
  2. Replies
    6
    Views
    1,895

    Re: Is Key Pressed statements

    @ serdar

    if(event.getKeyCode()==32)
    That code can be made to be self documentating. When I read 32 it has no meaning.
    What is the variable that defines the value for that key press? Use that...
Results 1 to 2 of 2