wx.TwoFingerTapEvent
This event is generated when two fingers touch the surface at the same time.
Events Emitted by this Class
Handlers bound for the following event types will receive a wx.TwoFingerTapEvent parameter.
Added in version 4.1/wxWidgets-3.1.1.
Class Hierarchy

Inheritance diagram for class
TwoFingerTapEvent:
Methods Summary
Class API
-
class wx.TwoFingerTapEvent(GestureEvent)
Possible constructors:
TwoFingerTapEvent(windid: int=0) -> None
This event is generated when two fingers touch the surface at the same
time.
Methods
-
__init__(self, windid: int = 0)
Constructor.
- Parameters:
windid (wx.WindowID)
- Return type:
None