diff options
| author | 2022-12-02 16:43:18 +0000 | |
|---|---|---|
| committer | 2022-12-02 16:43:18 +0000 | |
| commit | aa20704476fdae2d0d1542a05f492ff0d83783b9 (patch) | |
| tree | 9b227262f705658b30f10f094ef8bba56264241c /include/input/Input.h | |
| parent | 9a319744a9c8c5043a0f9f235d41addd85a5cca3 (diff) | |
| parent | a9cf419caeebb019a6ca39fd43aab69f0956ae85 (diff) | |
Merge "Convert orientation values in input to ui::Rotation."
Diffstat (limited to 'include/input/Input.h')
| -rw-r--r-- | include/input/Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index d298d817f5..07a566a63c 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -577,7 +577,7 @@ public: inline const ui::Transform& getTransform() const { return mTransform; } - int getSurfaceRotation() const; + int32_t getSurfaceRotation() const; inline float getXPrecision() const { return mXPrecision; } |