diff options
Diffstat (limited to 'src/frontend/FrontendUtil.h')
-rw-r--r-- | src/frontend/FrontendUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/FrontendUtil.h b/src/frontend/FrontendUtil.h index b361c2a..f52dced 100644 --- a/src/frontend/FrontendUtil.h +++ b/src/frontend/FrontendUtil.h @@ -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 |