diff options
author | Tibor Nagy <tibor.nagy.extern@allotropia.de> | 2024-07-25 02:05:09 +0200 |
---|---|---|
committer | Nagy Tibor <tibor.nagy.extern@allotropia.de> | 2024-07-25 12:00:17 +0200 |
commit | 042c62954be6ca55287e64cc725e71db4ddd7d8c (patch) | |
tree | f7f0b71eb7f579acbdb55b4dd33b8a32f377e631 /vcl/inc/win | |
parent | 566fbd5cc3b56fdfae88274e6f01fa3451cc1b79 (diff) |
tdf#85677: Add support for Windows touch gestures (panning,zooming)
Change-Id: Ib0243889621663ddb9b6789ede7643d54f06041e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170988
Tested-by: Jenkins
Reviewed-by: Nagy Tibor <tibor.nagy.extern@allotropia.de>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salframe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h index e2f41822be0a..e465eb1350b1 100644 --- a/vcl/inc/win/salframe.h +++ b/vcl/inc/win/salframe.h @@ -84,6 +84,7 @@ public: bool mbFirstClipRect; sal_Int32 mnDisplay; // Display used for Fullscreen, 0 is primary monitor bool mbPropertiesStored; // has values stored in the window property store + POINT maFirstPanGesturePt; // has value stores the start point of the panning gesture void updateScreenNumber(); |