| Package | Description |
|---|---|
| org.freedesktop.wayland.client |
| Modifier and Type | Method and Description |
|---|---|
WlTouchProxy |
WlSeatProxy.getTouch(WlTouchEvents implementation)
return touch object
|
| Modifier and Type | Method and Description |
|---|---|
void |
WlTouchEventsV4.cancel(WlTouchProxy emitter)
touch session cancelled
|
void |
WlTouchEventsV2.cancel(WlTouchProxy emitter)
touch session cancelled
|
void |
WlTouchEvents.cancel(WlTouchProxy emitter)
touch session cancelled
|
void |
WlTouchEventsV3.cancel(WlTouchProxy emitter)
touch session cancelled
|
void |
WlTouchEventsV5.cancel(WlTouchProxy emitter)
touch session cancelled
|
void |
WlTouchEventsV4.down(WlTouchProxy emitter,
int serial,
int time,
WlSurfaceProxy surface,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
touch down event and beginning of a touch sequence
|
void |
WlTouchEventsV2.down(WlTouchProxy emitter,
int serial,
int time,
WlSurfaceProxy surface,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
touch down event and beginning of a touch sequence
|
void |
WlTouchEvents.down(WlTouchProxy emitter,
int serial,
int time,
WlSurfaceProxy surface,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
touch down event and beginning of a touch sequence
|
void |
WlTouchEventsV3.down(WlTouchProxy emitter,
int serial,
int time,
WlSurfaceProxy surface,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
touch down event and beginning of a touch sequence
|
void |
WlTouchEventsV5.down(WlTouchProxy emitter,
int serial,
int time,
WlSurfaceProxy surface,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
touch down event and beginning of a touch sequence
|
void |
WlTouchEventsV4.frame(WlTouchProxy emitter)
end of touch frame event
|
void |
WlTouchEventsV2.frame(WlTouchProxy emitter)
end of touch frame event
|
void |
WlTouchEvents.frame(WlTouchProxy emitter)
end of touch frame event
|
void |
WlTouchEventsV3.frame(WlTouchProxy emitter)
end of touch frame event
|
void |
WlTouchEventsV5.frame(WlTouchProxy emitter)
end of touch frame event
|
void |
WlTouchEventsV4.motion(WlTouchProxy emitter,
int time,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
update of touch point coordinates
|
void |
WlTouchEventsV2.motion(WlTouchProxy emitter,
int time,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
update of touch point coordinates
|
void |
WlTouchEvents.motion(WlTouchProxy emitter,
int time,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
update of touch point coordinates
|
void |
WlTouchEventsV3.motion(WlTouchProxy emitter,
int time,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
update of touch point coordinates
|
void |
WlTouchEventsV5.motion(WlTouchProxy emitter,
int time,
int id,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
update of touch point coordinates
|
void |
WlTouchEventsV4.up(WlTouchProxy emitter,
int serial,
int time,
int id)
end of a touch event sequence
|
void |
WlTouchEventsV2.up(WlTouchProxy emitter,
int serial,
int time,
int id)
end of a touch event sequence
|
void |
WlTouchEvents.up(WlTouchProxy emitter,
int serial,
int time,
int id)
end of a touch event sequence
|
void |
WlTouchEventsV3.up(WlTouchProxy emitter,
int serial,
int time,
int id)
end of a touch event sequence
|
void |
WlTouchEventsV5.up(WlTouchProxy emitter,
int serial,
int time,
int id)
end of a touch event sequence
|
Copyright © 2016. All rights reserved.