diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-10-24 08:50:15 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-10-24 12:51:32 +0200 |
commit | faca390c57841fa15616abdd8a679855971bc6d3 (patch) | |
tree | 6261112add272f190048558cb50483bc856e5f95 /include/vcl/ctrl.hxx | |
parent | 5e3e507b1a68f5b9883337f1e55c54c2fc9de9fc (diff) |
Drop Window::LogicMouse*
As mentioned in commit 510bca3d3ab0b2fd21f0083b4e0fe14ff8c903c3,
over the time these functions were changed; now they don't take
logical coordinates, but pixels, so became true duplicates of
corresponding Mouse* functions.
The calls to SetLastMousePos are now made from LOKPostAsyncEvent
uniformly.
Change-Id: I2c8a9095719c0c8e21cf81342a286b00c1d1a41c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141693
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/vcl/ctrl.hxx')
-rw-r--r-- | include/vcl/ctrl.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx index a6797cc734bb..17c40ae66067 100644 --- a/include/vcl/ctrl.hxx +++ b/include/vcl/ctrl.hxx @@ -228,10 +228,6 @@ public: vcl::Font GetUnzoomedControlPointFont() const; void SetShowAccelerator (bool val); - - void LogicMouseButtonDown(const MouseEvent& rMouseEvent) override; - void LogicMouseButtonUp(const MouseEvent& rMouseEvent) override; - void LogicMouseMove(const MouseEvent& rMouseEvent) override; }; #endif // INCLUDED_VCL_CTRL_HXX |