mirror of
https://github.com/overte-org/overte.git
synced 2025-06-28 22:49:56 +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;
|
float _fixedRadiusForCalc;
|
||||||
int _extraBottomMargin {0};
|
int _extraBottomMargin {0};
|
||||||
|
|
||||||
float _viewStickRadiusInches {0.17495f}; // agreed default
|
float _viewStickRadiusInches {0.1333f}; // agreed default
|
||||||
|
|
||||||
void moveTouchBegin(glm::vec2 touchPoint);
|
void moveTouchBegin(glm::vec2 touchPoint);
|
||||||
void moveTouchUpdate(glm::vec2 touchPoint);
|
void moveTouchUpdate(glm::vec2 touchPoint);
|
||||||
|
|
Loading…
Reference in a new issue