- notifyDraw
void notifyDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyExit
void notifyExit()
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyKeyPressed
void notifyKeyPressed(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyKeyReleased
void notifyKeyReleased(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyMouseDragged
void notifyMouseDragged(int x, int y, int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyMouseEntered
void notifyMouseEntered(int x, int y, int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyMouseMoved
void notifyMouseMoved(int x, int y, int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyMousePressed
void notifyMousePressed(int x, int y, int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyMouseReleased
void notifyMouseReleased(int x, int y, int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyMouseScrolled
void notifyMouseScrolled(int x, int y, int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifySetup
void notifySetup()
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyTouchCancelled
void notifyTouchCancelled(int x, int y, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyTouchDoubleTap
void notifyTouchDoubleTap(int x, int y, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyTouchDown
void notifyTouchDown(int x, int y, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyTouchMoved
void notifyTouchMoved(int x, int y, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyTouchUp
void notifyTouchUp(int x, int y, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyUnicodeInput
void notifyUnicodeInput(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyUpdate
void notifyUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyWindowResize
void notifyWindowResize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
armos.events.Event!(armos.events.EventArg) draw;
Undocumented in source.
- exit
armos.events.Event!(armos.events.EventArg) exit;
Undocumented in source.
- keyPressed
armos.events.Event!(KeyPressedEventArg) keyPressed;
Undocumented in source.
- keyReleased
armos.events.Event!(KeyReleasedEventArg) keyReleased;
Undocumented in source.
- mouseDragged
armos.events.Event!(MouseDraggedEventArg) mouseDragged;
Undocumented in source.
- mouseEntered
armos.events.Event!(MouseEnteredEventArg) mouseEntered;
Undocumented in source.
- mouseMoved
armos.events.Event!(MouseMovedEventArg) mouseMoved;
Undocumented in source.
- mousePressed
armos.events.Event!(MousePressedEventArg) mousePressed;
Undocumented in source.
- mouseReleased
armos.events.Event!(MouseReleasedEventArg) mouseReleased;
Undocumented in source.
- mouseScrolled
armos.events.Event!(MouseScrolledEventArg) mouseScrolled;
Undocumented in source.
- setup
armos.events.Event!(armos.events.EventArg) setup;
Undocumented in source.
- touchCancelled
armos.events.Event!(TouchCancelledEventArg) touchCancelled;
Undocumented in source.
- touchDoubleTap
armos.events.Event!(TouchDoubleTapEventArg) touchDoubleTap;
Undocumented in source.
- touchDown
armos.events.Event!(TouchDownEventArg) touchDown;
Undocumented in source.
- touchMoved
armos.events.Event!(TouchMovedEventArg) touchMoved;
Undocumented in source.
- touchUp
armos.events.Event!(TouchUpEventArg) touchUp;
Undocumented in source.
- unicodeInputted
armos.events.Event!(UnicodeInputtedEventArg) unicodeInputted;
Undocumented in source.
- update
armos.events.Event!(armos.events.EventArg) update;
Undocumented in source.
- windowResize
armos.events.Event!(WindowResizeEventArg) windowResize;
Undocumented in source.