Esempio n. 1
0
// We check here for mouse movement; if there is any, show the mouse and reset
// the watchdog timer.
void YabauseGL::mouseMoveEvent(QMouseEvent * event)
{
	CheckAndRestoreMouseCursor();
	QGLWidget::mouseMoveEvent(event);
}
Esempio n. 2
0
// We check here for mouse movement; if there is any, show the mouse and reset
// the watchdog timer.
void GLWidget::mouseMoveEvent(QMouseEvent * /*event*/)
{
	CheckAndRestoreMouseCursor();
}