phoenix_title wx.PressAndTapEvent

This event is generated when the user press the surface with one finger and taps with another.

Note that once started the event will also be generated when the finger that was pressed moves on surface.

^^

events Events Emitted by this Class

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

  • EVT_PRESS_AND_TAP: Process a wxEVT_PRESS_AND_TAP . ^^

New in version 4.1/wxWidgets-3.1.1.


class_hierarchy Class Hierarchy

Inheritance diagram for class PressAndTapEvent:

method_summary Methods Summary

__init__

Constructor.


api Class API

class wx.PressAndTapEvent(GestureEvent)

Possible constructors:

PressAndTapEvent(windid=0)

This event is generated when the user press the surface with one finger and taps with another.


Methods

__init__(self, windid=0)

Constructor.

Parameters

windid (wx.WindowID) –