diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-04 13:34:31 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-04 13:34:31 +0100 |
commit | 790d051ff19a9b6e4ddbd7995a7e998dfcbd850e (patch) | |
tree | db34858a458fe1e2ff3752efc046633d23e8bab4 /platform/linuxbsd/wayland/wayland_thread.h | |
parent | faafccbd3465e7151bc6d9c05731e94cc0aba341 (diff) | |
parent | 9273106bb37a9eddd89b19533f5cac4bcc814b74 (diff) | |
download | redot-engine-790d051ff19a9b6e4ddbd7995a7e998dfcbd850e.tar.gz |
Merge pull request #89112 from AThousandShips/wayland_tilt
[Wayland] Fix tilt handling
Diffstat (limited to 'platform/linuxbsd/wayland/wayland_thread.h')
-rw-r--r-- | platform/linuxbsd/wayland/wayland_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/wayland/wayland_thread.h b/platform/linuxbsd/wayland/wayland_thread.h index b9e7e0437a..d49f0c9d34 100644 --- a/platform/linuxbsd/wayland/wayland_thread.h +++ b/platform/linuxbsd/wayland/wayland_thread.h @@ -308,7 +308,7 @@ public: struct TabletToolData { Point2i position; - Vector2i tilt; + Vector2 tilt; uint32_t pressure = 0; BitField<MouseButtonMask> pressed_button_mask; |