GraceFt v2.3
开源图形引擎 EGE(Easy Graphics Engine) 的高层封装库
 
载入中...
搜索中...
未找到
GFt::KeyboardEventMonitor类 参考

键盘事件监视器接口类 更多...

#include <EventMonitor.h>

+ 类 GFt::KeyboardEventMonitor 继承关系图:

额外继承的成员函数

- Protected 成员函数 继承自 GFt::KeyPressEventMonitor
virtual void onKeyPress (KeyPressEvent *event)=0
 键盘按下事件处理函数
 
- Protected 成员函数 继承自 GFt::KeyReleaseEventMonitor
virtual void onKeyRelease (KeyReleaseEvent *event)=0
 键盘释放事件处理函数
 

详细描述

键盘事件监视器接口类