kwin/backends/drm
Martin Gräßlin a66eb1a5b9 [backends/drm] Double Tap to enable output
If the output is off a double tap (touch) can re-enable it. The two
taps have to happen in the double click interval (we don't have
something better and it kind of matches) and have to be by only one
touch point. If there are multiple touch points it's not considered
as a double tap. A todo is to restrict the possible distance of the
two taps to one thumb.

Tested-By: Marco Martin
2016-02-15 17:35:36 +01:00
..
CMakeLists.txt
drm.json SVN_SILENT made messages (.desktop file) 2016-01-10 14:47:34 +00:00
drm_backend.cpp [backends/drm] Double Tap to enable output 2016-02-15 17:35:36 +01:00
drm_backend.h [backends/drm] Double Tap to enable output 2016-02-15 17:35:36 +01:00
egl_gbm_backend.cpp Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
egl_gbm_backend.h Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
logging.cpp Change default logging category to QtCriticalMsg 2015-07-31 13:29:58 +02:00
logging.h
scene_qpainter_drm_backend.cpp
scene_qpainter_drm_backend.h
screens_drm.cpp
screens_drm.h