Search:

Type: Posts; User: vivekmk

Search: Search took 0.21 seconds.

  1. Re: how to know user pressed a key in the keyboard

    Each key press will return a key ascii code so u have to find the maximum and minimum Ascii key value form the links i given to you then make a logic like

    if( minKeyAscii >= KEY_TYPED && ...
  2. Re: how to know user pressed a key in the keyboard

    Use ascii code for your programming

    ASCII : Java Glossary
    How to obtain ASCII code of a character - Java Forums
  3. Re: how to know user pressed a key in the keyboard

    Tell us your problem first
Results 1 to 3 of 3