#include <mouse_event.hh>
Definition at line 32 of file mouse_event.hh.
◆ Buttons
◆ Button
Enumerator |
---|
LeftButton | |
RightButton | |
MiddleButton | |
Definition at line 34 of file mouse_event.hh.
◆ MouseEvent()
MouseEvent |
( |
Buttons |
buttons, |
|
|
const QPoint & |
from, |
|
|
const QPoint & |
to, |
|
|
Qt::KeyboardModifiers |
modifiers |
|
) |
| |
◆ GetButtons()
◆ GetDelta()
QPoint GetDelta |
( |
| ) |
const |
direction of mouse movement
◆ GetLastPos()
QPoint GetLastPos |
( |
| ) |
const |
◆ GetPos()
◆ IsControlPressed()
bool IsControlPressed |
( |
| ) |
const |
◆ IsMetaPressed()
bool IsMetaPressed |
( |
| ) |
const |
◆ IsShiftPressed()
bool IsShiftPressed |
( |
| ) |
const |
The documentation for this class was generated from the following file: