phoenix_title wx.LongPressEvent

This event is generated when one finger touches the surface and remains stationary.

Note that currently it is only generated under wxGTK and wxOSX.

wxGTK also generates this event when left mouse button is being pressed for some minimum duration of time.

^^

events Events Emitted by this Class

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

  • EVT_LONG_PRESS: Process a wxEVT_LONG_PRESS . ^^

New in version 4.1/wxWidgets-3.1.1.


class_hierarchy Class Hierarchy

Inheritance diagram for class LongPressEvent:

method_summary Methods Summary

__init__

Constructor.


api Class API

class wx.LongPressEvent(GestureEvent)

Possible constructors:

LongPressEvent(windid=0)

This event is generated when one finger touches the surface and remains stationary.


Methods

__init__(self, windid=0)

Constructor.

Parameters

windid (wx.WindowID) –