mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Microtouch: add option to turn off visible mouse crosshair for people using touchscreens
This commit is contained in:
@@ -251,6 +251,8 @@ RendererStack::enterEvent(QEvent *event)
|
||||
mousedata.mouse_tablet_in_proximity = m_monitor_index + 1;
|
||||
|
||||
if (mouse_input_mode == 1)
|
||||
QApplication::setOverrideCursor(Qt::BlankCursor);
|
||||
else if (mouse_input_mode == 2)
|
||||
QApplication::setOverrideCursor(Qt::CrossCursor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user