#include <mouseevent.h>
Inheritance diagram for MouseEvent:


Public Member Functions | |
| MouseEvent (const char *, int x, int y, msbutton b) | |
| MouseEvent (Camera *, const char *, int x, int y, msbutton b) | |
| void | shiftview (int, int) |
| msbutton | get_button (void) |
| bool | is_type (const char *) |
| Use this as follows: is_type( MouseMoveEvent::type ). | |
Static Public Attributes | |
| const char * | type = "MouseEvent" |
Protected Attributes | |
| msbutton | button |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
shifts the event position based on camera position. |
|
|
|
|
|
Use this as follows: is_type( MouseMoveEvent::type ).
Reimplemented from Event. |
|
|
Reimplemented in MouseDownEvent, and MouseUpEvent. |
|
|
Reimplemented in MouseClickEvent, MouseDownEvent, MouseUpEvent, MouseMoveEvent, and MouseDragEvent. |
1.3.5