mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-30 17:00:57 +02:00
GLFB: hide mouse cursor
Origin commit data
------------------
Branch: master
Commit: 2e54579ba6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-06 (Mon, 06 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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