tpMouseMotionEvent类
SingleGUI
2025-07-05
继承关系
基础信息
头文件: | include <tpEvent.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.0 |
继承类: | tpEvent |
派生类: |
Public 成员函数
tpMouseMotionEvent() | ||
---|---|---|
~tpMouseMotionEvent() | ||
construct(IPitpEvent *eventData) | ||
virtual ItpEventType | eventType() | 获取事件类型 |
which() | ||
state() | 是否有按下按钮 press or release | |
pos() | ||
globalPos() |
成员函数说明
tpMouseMotionEvent::tpMouseMotionEvent()
暂无注释...
virtual
tpMouseMotionEvent::~tpMouseMotionEvent()
暂无注释...
virtual
bool tpMouseMotionEvent::construct(IPitpEvent *eventData)
暂无注释...
virtual
ItpEventType tpMouseMotionEvent::eventType()
点击查看...
获取事件类型
返回值:
类型枚举
virtual
int32_t tpMouseMotionEvent::which()
暂无注释...
virtual
bool tpMouseMotionEvent::state()
点击查看...
是否有按下按钮 press or release