TouchPadTouchPadMode Enumeration |
Namespace:
Rewired.ComponentControls
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description |
---|
| Delta | 0 |
Returns the change in position of the touch from the previous to the current frame.
|
| ScreenPosition | 1 |
Returns the absolute position of the touch on the screen.
|
| VectorFromCenter | 2 |
Returns a vector from the center of the Touch Pad to the current touch position.
|
| VectorFromInitialTouch | 3 |
Returns a vector from the intial touch position to the current touch position.
|
See Also