expensive input polls

Started by Qudus, January 19, 2008, 02:00:22

Previous topic - Next topic

elias

XPending is a X11 native function,

http://linux.die.net/man/3/xpending

There really only are two choices, poll for events every frame or have another thread block, waiting for events (AWT style). Have you tried LWJGL 2.0 alpha where all but one processMessages have been removed?

- elias

Qudus

Quote from: elias on January 24, 2008, 10:42:32
Have you tried LWJGL 2.0 alpha where all but one processMessages have been removed?

Not yet. I just found this release. I will have a look at it tonight. Thanks.

Marvin