Page 1 of 1

Mouse api for console OpenGL ES program?

Posted: Wed Jan 17, 2018 7:39 pm
by Daniel Gessel
OpenGL ES from the console is well supported, but the examples I’ve seen so far don’t use a mouse. Anybody have any tips? Thanks!

Re: Mouse api for console OpenGL ES program?

Posted: Thu Jan 18, 2018 1:02 am
by topguy
Old thread here:
viewtopic.php?f=33&t=84582

Maybe some inspiration here : https://github.com/Miouyouyou/simple-gl-evdev

Re: Mouse api for console OpenGL ES program?

Posted: Thu Jan 18, 2018 3:44 pm
by Daniel Gessel
Thanks - I should’ve found that myself! But looks super helpful!