TCGMouseCursorTouchMode Constants Reference

Declared in TCGSdkConst.h

TCGMouseCursorTouchMode

Definition

typedef NS_ENUM(NSInteger, TCGMouseCursorTouchMode ) {
   TCGMouseCursorTouchMode_AbsoluteTouch = 0,
   TCGMouseCursorTouchMode_RelativeTouch = 1,
   TCGMouseCursorTouchMode_RelativeOnly = 2,
};

Constants

TCGMouseCursorTouchMode_AbsoluteTouch

鼠标跟随手指移动,点击可以单击按键

Declared In TCGSdkConst.h.

TCGMouseCursorTouchMode_RelativeTouch

手指滑动控制鼠标相对移动 轻触触发鼠标左键 长按触发按点击鼠标左键, 可以拖动 滑动仅触发鼠标移动

Declared In TCGSdkConst.h.

TCGMouseCursorTouchMode_RelativeOnly

鼠标在相对位置移动,不触发点击事件

Declared In TCGSdkConst.h.