This event is generated when the user moves a finger on the surface.
wxGTK also generates this event during mouse dragging (mouse motion while a left mouse button is depressed).
Note that OSX requires the primary mouse button to be pressed while performing the finger movement.
Handlers bound for the following event types will receive a wx.PanGestureEvent parameter.
EVT_GESTURE_PAN: Process a wxEVT_GESTURE_PAN
.
Added in version 4.1/wxWidgets-3.1.1.
Constructor. |
|
Returns the distance covered since the previous panning event. |
|
Sets the distance covered since the previous panning event. |
Possible constructors:
PanGestureEvent(winid: int=0) -> None
This event is generated when the user moves a finger on the surface.
Constructor.
winid (wx.WindowID)
None
Returns the distance covered since the previous panning event.
Sets the distance covered since the previous panning event.
delta (wx.Point)
None