|
AR_Engine_SDK
|

Functions | |
| function XUIEvent | new (eType) end |
| function XUIEvent | Release () end |
| function XUIEvent | GetType () end |
| function XUIEvent | StopPropagation () end |
| function XUIEvent | IsStopped () end |
| function XUIEvent | GetCurrentNode () end |
Variables | |
| XUIEvent = {} | |
| XUIEvent | TOUCH = 0 |
| XUIEvent | KEYBOARD = 0 |
| XUIEvent | ACCELERATION = 0 |
| XUIEvent | MOUSE = 0 |
| XUIEvent | FOCUS = 0 |
| XUIEvent | GAME_CONTROLLER = 0 |
| XUIEvent | CUSTOM = 0 |
| function XUIEvent GetType | ( | ) |
获取事件类型并返回
| function XUIEvent IsStopped | ( | ) |
判断是否停止传播当前事件
| function XUIEvent Release | ( | ) |
释放当前所占用资源等
| function XUIEvent StopPropagation | ( | ) |
停止传播当前事件
| XUIEvent ACCELERATION = 0 |
| XUIEvent CUSTOM = 0 |
| XUIEvent FOCUS = 0 |
| XUIEvent GAME_CONTROLLER = 0 |
| XUIEvent KEYBOARD = 0 |
| XUIEvent MOUSE = 0 |
| XUIEvent TOUCH = 0 |
| XUIEvent = {} |
1.8.15