- ~this
~this()
Undocumented in source.
- run
auto run()
Undocumented in source. Be warned that the author may not have intended to support it.
- onVisibleForTheFirstTime
void onVisibleForTheFirstTime()
Undocumented in source.
- gl
auto gl()
Undocumented in source. Be warned that the author may not have intended to support it.
- window
SDL2Window window;
Undocumented in source.
- width
int width;
Undocumented in source.
- height
int height;
Undocumented in source.
- btn
MouseButton btn;
Undocumented in source.
- action
MouseAction action;
Undocumented in source.
- modifiers
int modifiers;
Undocumented in source.
- _log
Logger _log;
Undocumented in source.
- _gl
OpenGL _gl;
Undocumented in source.
- _sdl2
SDL2 _sdl2;
Undocumented in source.
- nvg
NVGContext nvg;
Undocumented in source.
- mCursorSet
SDL_Cursor*[6] mCursorSet;
Undocumented in source.
- onKeyDown
void onKeyDown(const(SDL_Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyUp
void onKeyUp(const(SDL_Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseWheel
void onMouseWheel(const(SDL_Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseMotion
void onMouseMotion(const(SDL_Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseUp
void onMouseUp(const(SDL_Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseDown
void onMouseDown(const(SDL_Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- cursor
void cursor(Cursor value)
Undocumented in source. Be warned that the author may not have intended to support it.
- cursor
Cursor cursor()
Undocumented in source. Be warned that the author may not have intended to support it.