#include <object/pointer.h>
Public Member Functions | |
| Pointer () | |
| Default constructor. | |
| Pointer & | operator= (const Pointer &other) |
| Assignment operator. More... | |
Public Attributes | |
| int | x |
| Current X position of the mouse. | |
| int | y |
| Current Y position of the mouse. | |
| bool | button [MOUSE_BUTTONS] |
| Currently pressed mouse buttons. | |
Mouse state
Assignment operator.
| other | Reference to other pointer |