#include <WEvent>
Public Types | |
enum | Button { LeftButton, MiddleButton, RightButton } |
Enumeration for the mouse button. More... | |
Public Member Functions | |
WMouseEvent () | |
Default constructor. | |
Button | button () const |
Get the button. | |
bool | altKey () const |
Is the alt key pressed ? | |
bool | metaKey () const |
Is the meta key pressed ? | |
bool | ctrlKey () const |
Is the ctrl key pressed ? | |
bool | shiftKey () const |
Is the shift key pressed ? | |
Coordinates | document () const |
Get the mouse position relative to the document. | |
Coordinates | window () const |
Get the mouse position relative to the window. | |
Coordinates | screen () const |
Get the mouse position relative to the screen. | |
Coordinates | widget () const |
Get the mouse position relative to the widget. | |
Coordinates | dragDelta () const |
Get the distance over which the mouse has been dragged. | |
Classes | |
struct | Coordinates |
A mouse coordinate. More... |
Coordinates Wt::WMouseEvent::window | ( | ) | const [inline] |
Get the mouse position relative to the window.
This differs from documentX() only through scrolling through the document.
Coordinates Wt::WMouseEvent::dragDelta | ( | ) | const [inline] |
Get the distance over which the mouse has been dragged.
This is only defined for a mouseWentUp event.