mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-04 12:09:24 -06:00
fix pissfucking touchscreen (again)
This commit is contained in:
@ -156,7 +156,7 @@ int GetScreenTransforms(float* out, int* kind);
|
||||
|
||||
// de-transform the provided host display coordinates to get coordinates
|
||||
// on the bottom screen
|
||||
bool GetTouchCoords(int& x, int& y);
|
||||
bool GetTouchCoords(int& x, int& y, bool clamp);
|
||||
|
||||
|
||||
// initialize the audio utility
|
||||
|
Reference in New Issue
Block a user