DiAppWindow

Undocumented in source.

Constructors

this
this(string title, string fontname, DiWidget delegate(DiContext) createWidget)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

joystick_eh
void joystick_eh(DiJoyEvent je)
Undocumented in source. Be warned that the author may not have intended to support it.
keyboard_eh
void keyboard_eh(SDL_KeyboardEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.
makeCurrent
void makeCurrent()
Undocumented in source. Be warned that the author may not have intended to support it.
mouse_button_eh
void mouse_button_eh(SDL_MouseButtonEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.
mouse_motion_eh
void mouse_motion_eh(SDL_MouseMotionEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.
mouse_wheel_eh
void mouse_wheel_eh(SDL_MouseWheelEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process()
Undocumented in source. Be warned that the author may not have intended to support it.
textinput_eh
void textinput_eh(SDL_TextInputEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.
window_eh
void window_eh(SDL_WindowEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
SDL_GLContext context;
Undocumented in source.
gldrawstack
DiGLDrawStack gldrawstack;
Undocumented in source.
hide
EmptySignal hide;
Undocumented in source.
mpos
ivec2 mpos;
Undocumented in source.
setClear
void delegate(in irect) setClear;
Undocumented in source.
show
EmptySignal show;
Undocumented in source.
widget
DiWidget widget;
Undocumented in source.
window
SDL_Window* window;
Undocumented in source.

Meta