Yes, you're at the right spot.
-
hiding the mouse
Ok so I modified my small program to give something like the desired behaviour:
Drop Box link to X11Test Code Blocks project
Can you confirm? -
hiding the mouse
actually, after much tinkering I got the original code to work so it must be something else
| last edited by vivichrist Reputation: 0 | Posts: 30 -
hiding the mouse
It works in my demo program X11Test but not when used in the Kore Mouse.cpp file. The Linux specific file, that is.
| last edited by vivichrist Reputation: 0 | Posts: 30 -
hiding the mouse
do you mind if I use GLX calls?
that is between:#ifdef KORE_OPENGL ... #endif
| last edited by vivichrist Reputation: 0 | Posts: 30 -
hiding the mouse
so yeah, done. The answer to the puzzle was glXGetCurrentDisplay().
| last edited by vivichrist Reputation: 0 | Posts: 30