Search:

Type: Posts; User: zara-t

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    3,687

    Re: how to flush the keyboard buffer in java?

    that is my code for getting the first key pressed. but lines before this never run because a key always is in buffer & i want to flush the keyboard before this line.

    m=Input.KEYPAD;
    if(m>-1){
    ...
  2. Replies
    3
    Views
    3,687

    how to flush the keyboard buffer in java?

    hi,
    i write a program that management the input ( from keyboard) but my keyboard buffer is full & even keys pressed for install app is in buffer.So i have to flush the keyboard buffer in java & i do...
Results 1 to 2 of 2