public class WlTouchProxy extends Proxy<WlTouchEvents>
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERFACE_NAME |
| Constructor and Description |
|---|
WlTouchProxy(long pointer) |
WlTouchProxy(long pointer,
WlTouchEvents implementation,
int version) |
| Modifier and Type | Method and Description |
|---|---|
void |
release()
release the touch object
|
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueuepublic static final String INTERFACE_NAME
public WlTouchProxy(long pointer,
WlTouchEvents implementation,
int version)
public WlTouchProxy(long pointer)
Copyright © 2016. All rights reserved.