|
Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
| bool | keyDown (const Keyboard &k) |
| Called when a keyboard key is pressed. | |
| virtual bool | keyUp (const Keyboard &k) |
| Called when a keyboard key is released. | |
| virtual bool | mouseDown (const Mouse &m) |
| Called when a mouse button is pressed. | |
| virtual bool | mouseDrag (const Mouse &m) |
| Called when the mouse moves while a button is down. | |
| virtual bool | mouseMove (const Mouse &m) |
| Called when the mouse moves. | |
| virtual bool | mouseUp (const Mouse &m) |
| Called when a mouse button is released. | |
| virtual bool | mouseScroll (const Mouse &m) |
| Called when mouse scrolled. | |
| virtual bool | resize (int dw, int dh) |
| Called whenever window dimensions change. | |
| virtual bool | visibility (bool v) |
| Called when window changes from hidden to shown and vice versa. | |
| WindowEventHandler & | windowEventHandler () |
| Return self. | |
| bool | attached () const |
| Window & | window () |
| const Window & | window () const |
Public Attributes | |
| App * | app |
| Window * | mWindow |
Definition at line 164 of file al_App.hpp.