YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
平台相关的扩展输入接口。 更多...
命名空间 | |
platform | |
默认平台命名空间。 | |
platform_ex | |
平台扩展命名空间。 | |
宏定义 | |
#define | YCL_Def_LockGuard(...) |
函数 | |
YF_API void | platform::WaitForInput () |
等待任意按键。 更多... | |
YF_API const platform::KeyInput & | platform_ex::FetchKeyState () |
取按键状态。 更多... | |
YF_API const platform::KeyInput & | platform_ex::FetchOldKeyState () |
取上一次更新的按键状态。 更多... | |
YF_API platform::KeyInput | platform_ex::FetchKeyDownState () |
取键按下状态。 更多... | |
YF_API platform::KeyInput | platform_ex::FetchKeyUpState () |
取键释放状态。 更多... | |
YF_API void | platform_ex::ClearKeyStates () |
清除按键缓冲。 更多... | |
YF_API void | platform_ex::UpdateKeyStates () |
更新按键状态。 更多... | |
平台相关的扩展输入接口。
在文件 Input.cpp 中定义.
#define YCL_Def_LockGuard | ( | ... | ) |