Represents a touch event.
Returns a std::vector of Touch descriptors associated with this event.
Returns a pointer to the OS-native object. This is a UIEvent* on Cocoa Touch , a NSEvent* on OSX, and a nullptr on MSW.
Returns whether this event has been marked as handled by one of its slots, terminating the normal iteration of the event's slots.
Marks the event as handled, terminating the normal iteration of the event's slots.
Returns the Window in which the MouseEvent occurred.