Microtouch support (working at least for MS-DOS, Windows 95 and Windows NT 3.5)

This commit is contained in:
Cacodemon345
2024-05-04 17:01:29 +06:00
parent 7dbb96280d
commit f907b7817b
5 changed files with 284 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ RendererStack::enterEvent(QEvent *event)
mousedata.mouse_tablet_in_proximity = 1;
if (mouse_input_mode == 1)
QApplication::setOverrideCursor(Qt::BlankCursor);
QApplication::setOverrideCursor(Qt::CrossCursor);
}
void