IWindowListenerLogger

Undocumented in source.

Members

Functions

getDirtyRectangle
Rect getDirtyRectangle()
Undocumented in source. Be warned that the author may not have intended to support it.
onAnimate
void onAnimate(double dt, double time)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyUp
void onKeyUp(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseClick
void onMouseClick(int x, int y, MouseButton mb, bool isDoubleClick, MouseState mouseState)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseMove
void onMouseMove(int x, int y, int deltaX, int deltaY, MouseState mouseState)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseRelease
void onMouseRelease(int x, int y, MouseButton mb, MouseState mouseState)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseWheel
void onMouseWheel(int x, int y, int deltaX, int deltaY, MouseState state)
Undocumented in source. Be warned that the author may not have intended to support it.
onResized
void onResized(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
recomputeDirtyAreas
void recomputeDirtyAreas()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_height
int _height;
Undocumented in source.
_width
int _width;
Undocumented in source.

Inherited Members

From IWindowListener

onMouseWheel
void onMouseWheel(int x, int y, int deltaX, int deltaY, MouseState state)
Undocumented in source.
onKeyDown
void onKeyDown(uint key)
Undocumented in source.
onKeyUp
void onKeyUp(uint key)
Undocumented in source.
onMouseMove
void onMouseMove(int x, int y, int deltaX, int deltaY, MouseState mouseState)
Undocumented in source.
onMouseRelease
void onMouseRelease(int x, int y, MouseButton mb, MouseState mouseState)
Undocumented in source.
onMouseClick
void onMouseClick(int x, int y, MouseButton mb, bool isDoubleClick, MouseState mouseState)
Undocumented in source.
recomputeDirtyAreas
void recomputeDirtyAreas()
Undocumented in source.
onResized
void onResized(int width, int height)
Undocumented in source.
onAnimate
void onAnimate(double dt, double time)
Undocumented in source.
getDirtyRectangle
Rect getDirtyRectangle()
Undocumented in source.

Meta