Hello
Guest
Register
Login
1 Hour
1 Day
1 Week
1 Month
Forever
LWJGL 3.3.2 released
Menu
Home
Help
Search
Login
Register
go
LWJGL Forum
Programming
OpenGL
expensive input polls
« previous
next »
Print
Pages:
1
[
2
]
expensive input polls
16 Replies
20710 Views
elias
899
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
Logged
Play Tribal Trouble
Qudus
123
Re: expensive input polls
«
Reply #16 on:
January 24, 2008, 11:45:25 »
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
Logged
Print
Pages:
1
[
2
]
« previous
next »