[ggo-discussion] Re: gGo replaying games

On Mon, Dec 09, 2002 at 12:39:36PM -0800, Randall wrote:
> gGo is lovely, and the only client I use.  One thing about it that makes
> life hard for me is this:  when I use the left/right arrow keys to scroll
> back and forth through a game, gGo caches the key presses.  The result is
> that after I let go of the arrow key, gGo makes another 100 (or so) moves
> that were stored in the buffer.  It would be nice if gGo stopped making
> moves as soon as I let go of the arrow key.

That is as far as I know how Java handles key events, they get by default
cached. I know this behaviour from other Java software as well. I currently
don't know if this can be disabled, I need to dig through the Java API.

 Peter

Other related posts: