Is it possible to use the lwjgl input with jogl or general java applications.
Jinput feels over deisgned so I wouldn’t mind switching.
Cheers
// Tomas
Is it possible to use the lwjgl input with jogl or general java applications.
Jinput feels over deisgned so I wouldn’t mind switching.
Cheers
// Tomas
I almost said yes, because you can use lwjgl’s openal stuff with java2d.
However, the input stuff is wired to that window (the window needs to be created before that input stuff). It’s for that focus stuff. So, you would need to change some things before you could use it like that.
IIRC there has been a topic about that some months ago, but I cannot remember any details.
Ok, thanks.