|
slot 0.0.1
A real time UI render framework
|
#include <Event.h>
Public 成员函数 | |
| KeyArgs (WPARAM wParam, LPARAM lParam=0) | |
Public 属性 | |
| unsigned | Key = 0 |
| unsigned | RepeatCount = 0 |
| unsigned | ScanCode = 0 |
| bool | IsExtended = false |
| bool | WasDown = false |
键盘事件参数,保留 Win32 重复、扫描码和扩展键语义供控件判断。
| unsigned z8::KeyArgs::Key = 0 |
| unsigned z8::KeyArgs::RepeatCount = 0 |
| unsigned z8::KeyArgs::ScanCode = 0 |