
#include <event.h>

Public Member Functions | |
| Motion (uint32_t t=0, unsigned s=0, double nx=0.0, double ny=0.0) | |
| virtual | ~Motion () |
| virtual Type | type () const |
Public Attributes | |
| double | x |
| double | y |
| Papyrus::Event::Motion::Motion | ( | uint32_t | t = 0, |
|
| unsigned | s = 0, |
|||
| double | nx = 0.0, |
|||
| double | ny = 0.0 | |||
| ) | [inline] |
| virtual Papyrus::Event::Motion::~Motion | ( | ) | [inline, virtual] |
| virtual Type Papyrus::Event::Motion::type | ( | ) | const [inline, virtual] |
| double Papyrus::Event::Motion::x |
Referenced by Papyrus::Rotator::on_motion(), and Papyrus::FreehandSketcher::on_motion().
| double Papyrus::Event::Motion::y |
Referenced by Papyrus::Rotator::on_motion(), and Papyrus::FreehandSketcher::on_motion().
1.5.7.1