Expand description
touchscreen input device
The wl_touch interface represents a touchscreen associated with a seat.
Touch interactions can consist of one or more contacts. For each contact, a series of events is generated, starting with a down event, followed by zero or more motion events, and ending with an up event. Events relating to the same contact point can be identified by the ID of the sequence.
Structs§
- WlTouch
- touchscreen input device
Enums§
Constants§
- EVT_
CANCEL_ OPCODE - The wire opcode for this event
- EVT_
CANCEL_ SINCE - The minimal object version supporting this event
- EVT_
DOWN_ OPCODE - The wire opcode for this event
- EVT_
DOWN_ SINCE - The minimal object version supporting this event
- EVT_
FRAME_ OPCODE - The wire opcode for this event
- EVT_
FRAME_ SINCE - The minimal object version supporting this event
- EVT_
MOTION_ OPCODE - The wire opcode for this event
- EVT_
MOTION_ SINCE - The minimal object version supporting this event
- EVT_
ORIENTATION_ OPCODE - The wire opcode for this event
- EVT_
ORIENTATION_ SINCE - The minimal object version supporting this event
- EVT_
SHAPE_ OPCODE - The wire opcode for this event
- EVT_
SHAPE_ SINCE - The minimal object version supporting this event
- EVT_
UP_ OPCODE - The wire opcode for this event
- EVT_
UP_ SINCE - The minimal object version supporting this event
- REQ_
RELEASE_ OPCODE - The wire opcode for this request
- REQ_
RELEASE_ SINCE - The minimal object version supporting this request