- buttonState
ButtonAction buttonState(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- construct
void construct(string title, uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
- destruct
void destruct()
Undocumented in source. Be warned that the author may not have intended to support it.
- height
uint height()
Undocumented in source. Be warned that the author may not have intended to support it.
- keyState
KeyAction keyState(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeAktiveRenderWindow
void makeAktiveRenderWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
- pollEvents
void pollEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- swapBuffers
void swapBuffers()
Undocumented in source. Be warned that the author may not have intended to support it.
- width
uint width()
Undocumented in source. Be warned that the author may not have intended to support it.
- x
uint x()
Undocumented in source. Be warned that the author may not have intended to support it.
- y
uint y()
Undocumented in source. Be warned that the author may not have intended to support it.
- onButton
void delegate(ref Window, int, ButtonAction) onButton;
Undocumented in source.
- onChar
void delegate(ref Window, int) onChar;
Undocumented in source.
- onClose
void delegate(ref Window) onClose;
Undocumented in source.
- onCursorEnter
void delegate(ref Window, bool) onCursorEnter;
Undocumented in source.
- onCursorPos
void delegate(ref Window, double, double) onCursorPos;
Undocumented in source.
- onFocus
void delegate(ref Window, FocusAction) onFocus;
Undocumented in source.
- onIconify
void delegate(ref Window, IconifyAction) onIconify;
Undocumented in source.
- onKey
void delegate(ref Window, Key, ScanCode, KeyAction, KeyMod) onKey;
Undocumented in source.
- onPosition
void delegate(ref Window, int, int) onPosition;
Undocumented in source.
- onRefresh
void delegate(ref Window) onRefresh;
Undocumented in source.
- onScroll
void delegate(ref Window, double, double) onScroll;
Undocumented in source.
- onSize
void delegate(ref Window, int, int) onSize;
Undocumented in source.