Property | Type | Description | |
---|---|---|---|
clickCount | int | ||
mode | MouseTouch, | ||
mouseClick | int | ||
touchCount | int | ||
useClick | bool | ||
useTouch | bool |
Method | Description | |
---|---|---|
Active ( ) : bool | ||
GetData ( Hashtable ht ) : Hashtable | ||
GetLastChange ( ) : Vector3 | ||
Interacted ( Vector3 &point ) : bool | ||
MouseTouchControl ( ) : System.Collections | ||
MouseTouchControl ( bool active ) : System.Collections | ||
MouseTouchControl ( bool uc, int mc, bool ut, int tc, int cc ) : System.Collections | ||
SetData ( Hashtable ht ) : void |
Method | Description | |
---|---|---|
CheckTouchBegan ( ) : bool | ||
CheckTouchEnded ( ) : bool | ||
CheckTouchMoved ( ) : bool | ||
Ended ( Vector3 &point ) : bool | ||
Moved ( Vector3 &point ) : bool | ||
Started ( Vector3 &point ) : bool |
public MouseTouchControl ( ) : System.Collections | ||
return | System.Collections |
public MouseTouchControl ( bool active ) : System.Collections | ||
active | bool | |
return | System.Collections |
public MouseTouchControl ( bool uc, int mc, bool ut, int tc, int cc ) : System.Collections | ||
uc | bool | |
mc | int | |
ut | bool | |
tc | int | |
cc | int | |
return | System.Collections |