Touchscreen things

This commit is contained in:
elasota
2020-10-11 19:50:03 -04:00
parent 5c98783bbb
commit 184daefe7b
34 changed files with 799 additions and 35 deletions

View File

@@ -29,6 +29,8 @@ typedef struct
Boolean hasQT;
Boolean hasDrag;
Boolean isResolutionDirty;
Boolean isTouchscreen;
Boolean isMouseTouchscreen;
} macEnviron;