#include <event.h>
Inherits Wt::InputEvent.
Inherited by Wt::WheelEvent.
Public Member Functions | |
MouseEvent (int type, const Point &pos, int button, int state) | |
MouseEvent (int type, const Point &pos, const Point &global_pos, int button, int state) | |
const Point & | pos () const |
const Point & | globalPos () const |
int | x () const |
int | y () const |
int | globalX () const |
int | globalY () const |
ButtonState | button () const |
Wt::MouseEvent::MouseEvent | ( | int | type, | |
const Point & | pos, | |||
int | button, | |||
int | state | |||
) | [inline] |
Wt::MouseEvent::MouseEvent | ( | int | type, | |
const Point & | pos, | |||
const Point & | global_pos, | |||
int | button, | |||
int | state | |||
) | [inline] |
ButtonState Wt::MouseEvent::button | ( | ) | const [inline] |
const Point& Wt::MouseEvent::globalPos | ( | ) | const [inline] |
int Wt::MouseEvent::globalX | ( | ) | const [inline] |
int Wt::MouseEvent::globalY | ( | ) | const [inline] |
const Point& Wt::MouseEvent::pos | ( | ) | const [inline] |
int Wt::MouseEvent::x | ( | ) | const [inline] |
int Wt::MouseEvent::y | ( | ) | const [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.