Hello Guest

expensive input polls

  • 16 Replies
  • 20710 Views
*

Offline elias

  • *****
  • 899
    • http://oddlabs.com
Re: expensive input polls
« Reply #15 on: January 24, 2008, 10:42:32 »
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

*

Offline Qudus

  • ***
  • 123
Re: expensive input polls
« Reply #16 on: January 24, 2008, 11:45:25 »
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