Since Google does not really show any usable results: are mutlitouch-gestures available in wxWidgets 3.0? If yes: what classes are used for this or where can I find the related manual?
Thanks!
3.0
no, but from 3.1.1
you might find wxGestureEvent useful.
There is also an open PR for "raw touch events".