gfx.window

Optional window package, mainly to run gfx-d examples

Modules

wayland
module gfx.window.wayland

wayland window impl

Members

Aliases

KeyHandler
alias KeyHandler = void delegate(uint key)
Undocumented in source.
MouseHandler
alias MouseHandler = void delegate(uint x, uint y)
Undocumented in source.

Functions

createWindow
Window createWindow(Instance instance)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Window
interface Window
Undocumented in source.

Meta