summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/touchwidget.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-04-27 11:21:12 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-04-27 11:22:48 (GMT)
commit96d2094b48db6cccd7a0fb34a778bd3e71ba43b4 (patch)
treedde4d6f09c8452eeec90bfaae6b62100269a2544 /tests/manual/qtouchevent/touchwidget.h
parented2e1e64d922e3e531984d099a800515037c89f6 (diff)
downloadQt-96d2094b48db6cccd7a0fb34a778bd3e71ba43b4.zip
Qt-96d2094b48db6cccd7a0fb34a778bd3e71ba43b4.tar.gz
Qt-96d2094b48db6cccd7a0fb34a778bd3e71ba43b4.tar.bz2
add basic multi-touch event handling test, split existing tests into more logical pieces
Diffstat (limited to 'tests/manual/qtouchevent/touchwidget.h')
-rw-r--r--tests/manual/qtouchevent/touchwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/qtouchevent/touchwidget.h b/tests/manual/qtouchevent/touchwidget.h
index 3e95610..2726deb 100644
--- a/tests/manual/qtouchevent/touchwidget.h
+++ b/tests/manual/qtouchevent/touchwidget.h
@@ -11,6 +11,7 @@ public:
bool acceptTouchBegin, acceptTouchUpdate, acceptTouchEnd;
bool seenTouchBegin, seenTouchUpdate, seenTouchEnd;
bool closeWindowOnTouchEnd;
+ int touchPointCount;
bool acceptMousePress, acceptMouseMove, acceptMouseRelease;
bool seenMousePress, seenMouseMove, seenMouseRelease;