Property | Type | Description | |
---|---|---|---|
shouldMouseEmulateTouch | bool |
Method | Description | |
---|---|---|
AddMultiTouchTarget ( FMultiTouchableInterface touchable ) : void | ||
AddSingleTouchTarget ( FSingleTouchableInterface touchable ) : void | ||
DoesTheSingleTouchableExist ( ) : bool | ||
FTouchManager ( ) : System | ||
HandleDepthChange ( ) : void | ||
RemoveMultiTouchTarget ( FMultiTouchableInterface touchable ) : void | ||
RemoveSingleTouchTarget ( FSingleTouchableInterface touchable ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
PriorityComparison ( FSingleTouchableInterface a, FSingleTouchableInterface b ) : int | ||
UpdatePrioritySorting ( ) : void |
public AddMultiTouchTarget ( FMultiTouchableInterface touchable ) : void | ||
touchable | FMultiTouchableInterface | |
return | void |
public AddSingleTouchTarget ( FSingleTouchableInterface touchable ) : void | ||
touchable | FSingleTouchableInterface | |
return | void |
public DoesTheSingleTouchableExist ( ) : bool | ||
return | bool |
public RemoveMultiTouchTarget ( FMultiTouchableInterface touchable ) : void | ||
touchable | FMultiTouchableInterface | |
return | void |
public RemoveSingleTouchTarget ( FSingleTouchableInterface touchable ) : void | ||
touchable | FSingleTouchableInterface | |
return | void |