鼠标事件基类 更多...
#include <MouseEvent.h>
Public 成员函数 | |
MouseEvent (Point position) | |
const Point & | position () const |
获取鼠标位置 | |
Public 成员函数 继承自 Event | |
void | accept () const |
接受事件 | |
void | reset () const |
重置事件状态 | |
bool | isAccepted () const |
事件是否已被接受 | |
Public 成员函数 继承自 Object | |
Object () noexcept | |
构造函数 | |
virtual | ~Object () noexcept |
析构函数 | |
Protected 属性 | |
Point | position_ |
鼠标事件基类
const Point & MouseEvent::position | ( | ) | const |
获取鼠标位置