示例#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);
}
示例#2
0
文件: glwidget.cpp 项目: djipi/GitHub
// We check here for mouse movement; if there is any, show the mouse and reset
// the watchdog timer.
void GLWidget::mouseMoveEvent(QMouseEvent * /*event*/)
{
	CheckAndRestoreMouseCursor();
}