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 . ^^

New 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=0)

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


Methods

__init__(self, windid=0)

Constructor.

Parameters

windid (wx.WindowID) –