MyGui

Undocumented in source.

Constructors

this
this(int w, int h, string title)
Undocumented in source.

Members

Functions

onVisibleForTheFirstTime
void onVisibleForTheFirstTime()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SdlBackend

~this
~this()
Undocumented in source.
onBeforeLoopStart
void onBeforeLoopStart(void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void 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.
ctx
NanoContext ctx;
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.

Meta