TCGMouseCursorTouchMode Constants Reference
Declared in | TCGSdkConst.h |
---|
TCGMouseCursorTouchMode
Definition
typedef NS_ENUM(NSInteger, TCGMouseCursorTouchMode ) {
TCGMouseCursorTouchMode_AbsoluteTouch = 0,
TCGMouseCursorTouchMode_RelativeTouch = 1,
TCGMouseCursorTouchMode_RelativeOnly = 2,
};