basic touchscreen support

This commit is contained in:
Arisotura
2020-05-19 22:57:15 +02:00
parent 95f9698077
commit 68a7865096
2 changed files with 42 additions and 3 deletions

View File

@ -74,6 +74,9 @@ protected:
private:
QImage* screen[2];
bool touching;
void transformTSCoords(int& x, int& y);
};