phoenix_title wx.TwoFingerTapEvent

This event is generated when two fingers touch the surface at the same time.

events Events Emitted by this Class

Handlers bound for the following event types will receive a wx.TwoFingerTapEvent parameter.

  • EVT_TWO_FINGER_TAP: Process a wxEVT_TWO_FINGER_TAP .

Added in version 4.1/wxWidgets-3.1.1.


class_hierarchy Class Hierarchy

Inheritance diagram for class TwoFingerTapEvent:

method_summary Methods Summary

__init__

Constructor.


api 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