kwin/plugins/platforms
Martin Gräßlin e90e596864 Add way to hide/show cursor in Platform
Summary:
Some platforms support to hide and show the cursor. This will be needed
by e.g. the zoom effect which currently only provides this functionality
on X11.

This change introduces a new method in the Platform to hide and show the
cursor. The methods need to be called balanced and the implementation
takes care of only showing again if all hide got matched by a show.

The actual hiding and showing is performed in the platform plugins. So
far the DRM and X11/Standalone platforms implement the required
functionality, though other platforms probably could implement as well.

Reviewers: #kwin, #plasma_on_wayland

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D3119
2016-10-31 11:46:50 +01:00
..
drm Add way to hide/show cursor in Platform 2016-10-31 11:46:50 +01:00
fbdev SVN_SILENT made messages (.desktop file) - always resolve ours 2016-10-05 09:29:10 +00:00
hwcomposer SVN_SILENT made messages (.desktop file) - always resolve ours 2016-10-05 09:29:10 +00:00
virtual SVN_SILENT made messages (.desktop file) - always resolve ours 2016-10-05 09:29:10 +00:00
wayland SVN_SILENT made messages (.desktop file) - always resolve ours 2016-10-05 09:29:10 +00:00
x11 Add way to hide/show cursor in Platform 2016-10-31 11:46:50 +01:00
CMakeLists.txt