[Libreoffice-bugs] [Bug 95257] [UI] add mouse scroll wheel scrolling ability to presenter console "slides" view
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Dec 29 16:45:49 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=95257
dldld <daniel-loh at web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|Linux (All) |All
--- Comment #2 from dldld <daniel-loh at web.de> ---
I had also a look into the code an can confirm, that a mouse wheel event is
missing. But currently I didn't find out how to get the event as there seems to
be no EventListener available which would provide this event:
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XEventListener.html
XMouseListener:
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMouseListener.html
XMouseMotionListener:
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMouseMotionListener.html
Maybe I am missing there something?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191229/d743d0f6/attachment.htm>
More information about the Libreoffice-bugs
mailing list