summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/fingerpaint/scribblearea.cpp
Commit message (Collapse)AuthorAgeFilesLines
* another API review round: change Q*TouchEvent size() functions to return ↵Bradley T. Hughes2009-06-111-8/+5
| | | | | | rects instead these are more useful, as already shown in the fingerpaint example
* Compile after API updatesBradley T. Hughes2009-06-051-10/+10
|
* Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-051-5/+3
| | | | | | After an API review round, we agreed that it makes sense for the TouchBegin event to default to accepted if the widget has subscribed to receive touch events.
* Add support for touch point contact areaBradley T. Hughes2009-06-031-2/+6
| | | | Add QTouchEvent::TouchPoint::area() and implement support for it on Windows
* add the multitouch fingerpaint example, based on the scribble exampleBradley T. Hughes2009-03-251-0/+213