| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/wheelevent.h>

Public Member Functions | |
| WheelEvent (Canvas *canvas, VRSTime time=0, InputEvent::Modifier modifiers=InputEvent::NoModifier, int delta=0, int x=-1, int y=-1) | |
| int | delta () const |
| Return -1 for down or 1 for up. | |
| int | x () const |
| int | y () const |
| VRS_TYPEINFO (WheelEvent, InputEvent) | |
Friends | |
| class | Canvas |
| VRS::WheelEvent::WheelEvent | ( | Canvas * | canvas, | |
| VRSTime | time = 0, |
|||
| InputEvent::Modifier | modifiers = InputEvent::NoModifier, |
|||
| int | delta = 0, |
|||
| int | x = -1, |
|||
| int | y = -1 | |||
| ) | [inline] |
| int VRS::WheelEvent::delta | ( | ) | const [inline] |
Return -1 for down or 1 for up.
| int VRS::WheelEvent::x | ( | ) | const [inline] |
| int VRS::WheelEvent::y | ( | ) | const [inline] |
| VRS::WheelEvent::VRS_TYPEINFO | ( | WheelEvent | , | |
| InputEvent | ||||
| ) |
friend class Canvas [friend] |
Reimplemented from VRS::InputEvent.