鼠标移动事件类 更多...
#include <MouseMoveEvent.h>
Public 成员函数 | |
MouseMoveEvent (const Point &position) | |
Public 成员函数 继承自 MouseEvent | |
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 属性 继承自 MouseEvent | |
Point | position_ |
鼠标移动事件类