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 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
.
Added in version 4.1/wxWidgets-3.1.1.
Class Hierarchy¶
Methods Summary¶
Constructor. |