AR_Engine_SDK
|
Functions | |
function XUIEventTouch | new () end |
function XUIEventTouch | AddTouch (pTouch) end |
function XUIEventTouch | GetEventCode () end |
function XUIEventTouch | SetEventCode (eventCode) end |
function XUIEventTouch | GetTouches () end |
function XUIEventTouch | SetTouches (aTouches) end |
Variables | |
XUIEventTouch = {} | |
XUIEventTouch | MAX_TOUCHES = 0 |
@type number @readonly More... | |
XUIEventTouch | BEGAN = 0 |
XUIEventTouch | MOVED = 0 |
XUIEventTouch | ENDED = 0 |
XUIEventTouch | CANCELLED = 0 |
function XUIEventTouch AddTouch | ( | pTouch | ) |
function xes__CVObjectEvent GetEventCode | ( | ) |
获取事件类型
xes_CVObjectEvent_GetEventCode00
function XUIEventTouch GetTouches | ( | ) |
获取触摸点的列表
function XUIEventTouch new | ( | ) |
XUIEventTouch_new00
function XUIEventTouch SetEventCode | ( | eventCode | ) |
设置事件类型代码
eventCode | number 触摸事件所对应的事件类型 |
function XUIEventTouch SetTouches | ( | aTouches | ) |
XUIEventTouch BEGAN = 0 |
XUIEventTouch CANCELLED = 0 |
XUIEventTouch ENDED = 0 |
XUIEventTouch MAX_TOUCHES = 0 |
@type number @readonly
XUIEventTouch MOVED = 0 |
XUIEventTouch = {} |