mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
basic touchscreen support
This commit is contained in:
@ -74,6 +74,9 @@ protected:
|
||||
|
||||
private:
|
||||
QImage* screen[2];
|
||||
bool touching;
|
||||
|
||||
void transformTSCoords(int& x, int& y);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user