mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 06:22:14 +02:00
Android - Rotate View control increased sensitivity
This commit is contained in:
parent
03cbadece5
commit
e29fc9b461
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ protected:
|
|||
float _fixedRadiusForCalc;
|
||||
int _extraBottomMargin {0};
|
||||
|
||||
float _viewStickRadiusInches {0.17495f}; // agreed default
|
||||
float _viewStickRadiusInches {0.1333f}; // agreed default
|
||||
|
||||
void moveTouchBegin(glm::vec2 touchPoint);
|
||||
void moveTouchUpdate(glm::vec2 touchPoint);
|
||||
|
|
Loading…
Reference in a new issue