WindowMain

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
drawInput
void drawInput(int[2] pos, int[2] size, int sep)
Undocumented in source. Be warned that the author may not have intended to support it.
drawOutput
void drawOutput(int[2] pos, int[2] size, int sep)
Undocumented in source. Be warned that the author may not have intended to support it.
grabKeyboard
void grabKeyboard()
Undocumented in source. Be warned that the author may not have intended to support it.
keyboard
void keyboard(dchar key)
Undocumented in source. Be warned that the author may not have intended to support it.
keyboard
void keyboard(Keyboard.key key, bool pressed)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
void onDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
onPaste
void onPaste(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
resized
void resized(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
showOutput
void showOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

animStart
double animStart;
Undocumented in source.
animationY
int animationY;
Undocumented in source.
keys
bool[Keyboard.key] keys;
Undocumented in source.
lastUpdate
long lastUpdate;
Undocumented in source.
padding
int padding;
Undocumented in source.
resultWindow
ws.wm.Window resultWindow;
Undocumented in source.
scrollCurrent
double scrollCurrent;
Undocumented in source.
selectCurrent
double selectCurrent;
Undocumented in source.
shouldClose
bool shouldClose;
Undocumented in source.
windowAnimation
Animation windowAnimation;
Undocumented in source.

Meta