summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-12-23 10:17:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-30 10:56:29 +0100
commitecf11d62fc6f57cccf6f3326e768b1c7cabbd0b3 (patch)
treef35d2bdfb6fd273b04db235886551c779557c040 /src/plugins/platforms/xcb/qxcbconnection.h
parent5ee3d1e45621da51faaab08cf13d16f22b314309 (diff)
xcb: added env variables to show input devices and events
export QT_XCB_DEBUG_XINPUT_DEVICES=anything to show detected input devices at startup export QT_XCB_DEBUG_XINPUT=anything to log mouse, touch and tablet events Change-Id: Id14844b68ad376740f82a36aab2c59c84d2017ab Task-number: QTBUG-35583 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbconnection.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbconnection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbconnection.h b/src/plugins/platforms/xcb/qxcbconnection.h
index ff7a6dd606..ba056a8006 100644
--- a/src/plugins/platforms/xcb/qxcbconnection.h
+++ b/src/plugins/platforms/xcb/qxcbconnection.h
@@ -574,6 +574,8 @@ private:
bool has_input_shape;
bool has_touch_without_mouse_emulation;
bool has_xkb;
+ bool debug_xinput_devices;
+ bool debug_xinput;
Qt::MouseButtons m_buttons;