Class: Wx::PressAndTapEvent
- Inherits:
-
GestureEvent
- Object
- Object
- Event
- GestureEvent
- Wx::PressAndTapEvent
- Defined in:
- lib/wx/doc/gen/events.rb
Overview
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.
Events using this class
The following event-handler methods redirect the events to member method or handler blocks for PressAndTapEvent events. Event handler methods:
-
EvtHandler#evt_press_and_tap(id, meth = nil, &block): Process a EVT_PRESS_AND_TAP.
Category: Events
Instance Method Summary collapse
-
#initialize(windid = 0) ⇒ Wx::PressAndTapEvent
constructor
Constructor.
Methods inherited from GestureEvent
#get_position, #is_gesture_end, #is_gesture_start, #set_gesture_end, #set_gesture_start, #set_position
Methods inherited from Event
#clone, #get_event_category, #get_event_object, #get_event_type, #get_id, #get_skipped, #get_timestamp, #is_command_event, #resume_propagation, #set_event_object, #set_event_type, #set_id, #set_timestamp, #should_propagate, #skip, #stop_propagation
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize(windid = 0) ⇒ Wx::PressAndTapEvent
Constructor.
1048 |
# File 'lib/wx/doc/gen/events.rb', line 1048 def initialize(windid=0) end |