Some little questions
For an action (to name it) keyboard based game (5 game keys plus escape and maybe pause) it’s better to use processEvent or processKeyEvent (in terms of keeping the class small) ? In the little tests I’ve done it seems processKeyEvent is lighter, but I’m not really sure.
Any hint to how to get the smallest double-buffering technique ?
Thanks for your help.