Input

Started by NickyP101, May 11, 2005, 07:06:42

Previous topic - Next topic

NickyP101

Using Keyboard should i capture events in a thread? Or just run the method in the game loop?

Matzon

when calling Display.update() it will capture and process all key events.

You just have to check the keys and/or events