CMGDK r49-rc2
|
#include <ShortCut.H>
公有成员 | |
ShortCut () | |
本类构造函数 | |
ShortCut (OnShortEvent, KeyButton, bool, bool, bool) | |
本类构造函数 | |
virtual | ~ShortCut () |
本类析构函数 | |
virtual void | Update () |
公有属性 | |
bool | Ctrl |
Ctrl键是否被按下 | |
bool | Alt |
Alt键是否被按下 | |
bool | Shift |
Shift键是否被按下 | |
KeyButton | Key |
其它按键 | |
OnShortEvent | OnShortCut |
快捷键事件处理函数 |
快捷键处理对象
hgl::ShortCut::ShortCut | ( | ) |
本类构造函数
hgl::ShortCut::ShortCut | ( | OnShortEvent | , |
KeyButton | , | ||
bool | , | ||
bool | , | ||
bool | |||
) |
本类构造函数
virtual hgl::ShortCut::~ShortCut | ( | ) | [virtual] |
本类析构函数
void hgl::ShortCut::Update | ( | ) | [virtual] |
对象刷新函数。如果对象没有重载这个函数,即被视为放弃刷新属性,将不会存在于对象控制器的刷新列表里
bool hgl::ShortCut::Alt |
Alt键是否被按下
bool hgl::ShortCut::Ctrl |
Ctrl键是否被按下
OnShortEvent hgl::ShortCut::OnShortCut |
快捷键事件处理函数
bool hgl::ShortCut::Shift |
Shift键是否被按下