.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.PressAndTapEvent: ========================================================================================================================================== |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. ^^ .. _PressAndTapEvent-events: |events| Events Emitted by this Class ===================================== Handlers bound for the following event types will receive a :ref:`wx.PressAndTapEvent` parameter. - EVT_PRESS_AND_TAP: Process a ``wxEVT_PRESS_AND_TAP`` . ^^ .. versionadded:: 4.1/wxWidgets-3.1.1 | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PressAndTapEvent:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.PressAndTapEvent.__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. .. method:: __init__(self, windid=0) Constructor. :param `windid`: :type `windid`: wx.WindowID