Hello

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

cleanUp
void cleanUp()
Undocumented in source. Be warned that the author may not have intended to support it.
createSurface
void createSurface()
Undocumented in source. Be warned that the author may not have intended to support it.
kbdKey
void kbdKey(WlKeyboard keyboard, uint serial, uint time, uint key, WlKeyboard.KeyState state)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop()
Undocumented in source. Be warned that the author may not have intended to support it.
makeMemPool
void makeMemPool(immutable(ubyte)[] imgData)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerButton
void pointerButton(WlPointer , uint serial, uint time, uint button, WlPointer.ButtonState state)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerEnter
void pointerEnter(WlPointer pointer, uint serial, WlSurface surface, WlFixed surfaceX, WlFixed surfaceY)
Undocumented in source. Be warned that the author may not have intended to support it.
regGlobal
void regGlobal(WlRegistry reg, uint name, string iface, uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
seatCapChanged
void seatCapChanged(WlSeat seat, WlSeat.Capability cap)
Undocumented in source. Be warned that the author may not have intended to support it.
setupBuffers
void setupBuffers()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

compositor
WlCompositor compositor;
Undocumented in source.
cursorBuf
WlBuffer cursorBuf;
Undocumented in source.
cursorSurf
WlSurface cursorSurf;
Undocumented in source.
display
WlDisplay display;
Undocumented in source.
doneFlag
bool doneFlag;
Undocumented in source.
kbd
WlKeyboard kbd;
Undocumented in source.
pointer
WlPointer pointer;
Undocumented in source.
pool
WlShmPool pool;
Undocumented in source.
poolFd
int poolFd;
Undocumented in source.
poolMem
ubyte* poolMem;
Undocumented in source.
poolSize
size_t poolSize;
Undocumented in source.
seat
WlSeat seat;
Undocumented in source.
shSurf
WlShellSurface shSurf;
Undocumented in source.
shell
WlShell shell;
Undocumented in source.
shm
WlShm shm;
Undocumented in source.
surf
WlSurface surf;
Undocumented in source.
winBuf
WlBuffer winBuf;
Undocumented in source.

Meta