diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-03 11:03:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-03 15:42:34 +0200 |
commit | e40f9ec9680a350e8e44dcbbd7decbe9603bcc51 (patch) | |
tree | 8607ed5fd2f07619f333cc679c09da5cd957f8be /include/vcl/vclenum.hxx | |
parent | 41aad592685b0b36c2e5f1033e7263aef406c28b (diff) |
export scroll type when possible
Change-Id: I1c343507d7db4b0805c20eabb68bf58a4432d33f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137746
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/vclenum.hxx')
-rw-r--r-- | include/vcl/vclenum.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx index 9f1a3c8f6b08..11fa32791a5f 100644 --- a/include/vcl/vclenum.hxx +++ b/include/vcl/vclenum.hxx @@ -374,6 +374,14 @@ namespace o3tl template<> struct typed_flags<TrackingEventFlags> : is_typed_flags<TrackingEventFlags, 0x1107> {}; } +enum class ScrollType +{ + DontKnow, + LineUp, LineDown, + PageUp, PageDown, + Drag +}; + #endif // INCLUDED_VCL_VCLENUM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |