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