diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-15 11:06:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-15 15:07:34 +0100 |
commit | 5c89695f3885ec2e7cd00eaf56a46a7f00c44883 (patch) | |
tree | dd9e584c20959d567e74a2caa8077cbe722fef47 /include/vcl/weld.hxx | |
parent | 760100d1dfe0df3e67227618013297e5f1f419aa (diff) |
tdf#140414 add getting mouse pos to EditViewCallbacks
Change-Id: I09172e0cb24f5c45d2837cf2f2fc7cc4baa456a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110932
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r-- | include/vcl/weld.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 29f20ffef966..6f734be32b6d 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -2180,6 +2180,8 @@ public: virtual void set_cursor(PointerStyle ePointerStyle) = 0; + virtual Point get_pointer_position() const = 0; + virtual void set_input_context(const InputContext& rInputContext) = 0; virtual void im_context_set_cursor_location(const tools::Rectangle& rCursorRect, int nExtTextInputWidth) |