EventAggregator

Undocumented in source.

Constructors

this
this(Application!WindowType app, IWindow window)
Undocumented in source.

Members

Functions

charEntered
void charEntered(dchar unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
closePressed
void closePressed()
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrentKeyModifiers
uint getCurrentKeyModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
keyPressed
void keyPressed(uint keyCode)
Undocumented in source. Be warned that the author may not have intended to support it.
keyReleased
void keyReleased(uint keyCode)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseMoved
void mouseMoved(ivec2 position)
Undocumented in source. Be warned that the author may not have intended to support it.
mousePressed
void mousePressed(uint mouseButton)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseReleased
void mouseReleased(uint mouseButton)
Undocumented in source. Be warned that the author may not have intended to support it.
windowResized
void windowResized(uvec2 newSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

application
Application!WindowType application;
Undocumented in source.
pointerPosition
ivec2 pointerPosition;
Undocumented in source.
window
IWindow window;
Undocumented in source.

Meta