mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
GLFB: hide mouse cursor
This commit is contained in:
@@ -169,6 +169,7 @@ void GLFramebuffer::run()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
gThiz = this;
|
gThiz = this;
|
||||||
|
glutSetCursor(GLUT_CURSOR_NONE);
|
||||||
glutDisplayFunc(GLFramebuffer::rendercb);
|
glutDisplayFunc(GLFramebuffer::rendercb);
|
||||||
glutKeyboardFunc(GLFramebuffer::keyboardcb);
|
glutKeyboardFunc(GLFramebuffer::keyboardcb);
|
||||||
glutSpecialFunc(GLFramebuffer::specialcb);
|
glutSpecialFunc(GLFramebuffer::specialcb);
|
||||||
|
Reference in New Issue
Block a user