| Package | Description |
|---|---|
| org.freedesktop.wayland.client |
| Modifier and Type | Method and Description |
|---|---|
void |
WlOutputEventsV2.done(WlOutputProxy emitter)
sent all information about output
|
void |
WlOutputEventsV3.done(WlOutputProxy emitter)
sent all information about output
|
void |
WlSurfaceEventsV2.enter(WlSurfaceProxy emitter,
WlOutputProxy output)
surface enters an output
|
void |
WlSurfaceEvents.enter(WlSurfaceProxy emitter,
WlOutputProxy output)
surface enters an output
|
void |
WlSurfaceEventsV3.enter(WlSurfaceProxy emitter,
WlOutputProxy output)
surface enters an output
|
void |
WlSurfaceEventsV4.enter(WlSurfaceProxy emitter,
WlOutputProxy output)
surface enters an output
|
void |
WlOutputEventsV2.geometry(WlOutputProxy emitter,
int x,
int y,
int physicalWidth,
int physicalHeight,
int subpixel,
String make,
String model,
int transform)
properties of the output
|
void |
WlOutputEvents.geometry(WlOutputProxy emitter,
int x,
int y,
int physicalWidth,
int physicalHeight,
int subpixel,
String make,
String model,
int transform)
properties of the output
|
void |
WlOutputEventsV3.geometry(WlOutputProxy emitter,
int x,
int y,
int physicalWidth,
int physicalHeight,
int subpixel,
String make,
String model,
int transform)
properties of the output
|
void |
WlSurfaceEventsV2.leave(WlSurfaceProxy emitter,
WlOutputProxy output)
surface leaves an output
|
void |
WlSurfaceEvents.leave(WlSurfaceProxy emitter,
WlOutputProxy output)
surface leaves an output
|
void |
WlSurfaceEventsV3.leave(WlSurfaceProxy emitter,
WlOutputProxy output)
surface leaves an output
|
void |
WlSurfaceEventsV4.leave(WlSurfaceProxy emitter,
WlOutputProxy output)
surface leaves an output
|
void |
WlOutputEventsV2.mode(WlOutputProxy emitter,
int flags,
int width,
int height,
int refresh)
advertise available modes for the output
|
void |
WlOutputEvents.mode(WlOutputProxy emitter,
int flags,
int width,
int height,
int refresh)
advertise available modes for the output
|
void |
WlOutputEventsV3.mode(WlOutputProxy emitter,
int flags,
int width,
int height,
int refresh)
advertise available modes for the output
|
void |
WlOutputEventsV2.scale(WlOutputProxy emitter,
int factor)
output scaling properties
|
void |
WlOutputEventsV3.scale(WlOutputProxy emitter,
int factor)
output scaling properties
|
void |
WlShellSurfaceProxy.setFullscreen(int method,
int framerate,
WlOutputProxy output)
make the surface a fullscreen surface
|
void |
WlShellSurfaceProxy.setMaximized(WlOutputProxy output)
make the surface a maximized surface
|
Copyright © 2016. All rights reserved.