summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/wayland_thread.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-04 13:34:31 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-04 13:34:31 +0100
commit790d051ff19a9b6e4ddbd7995a7e998dfcbd850e (patch)
treedb34858a458fe1e2ff3752efc046633d23e8bab4 /platform/linuxbsd/wayland/wayland_thread.h
parentfaafccbd3465e7151bc6d9c05731e94cc0aba341 (diff)
parent9273106bb37a9eddd89b19533f5cac4bcc814b74 (diff)
downloadredot-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.h2
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;