Click or drag to resize

TouchPadTouchPadMode Enumeration

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum TouchPadMode
Members
  Member nameValueDescription
Delta0 Returns the change in position of the touch from the previous to the current frame.
ScreenPosition1 Returns the absolute position of the touch on the screen.
VectorFromCenter2 Returns a vector from the center of the Touch Pad to the current touch position.
VectorFromInitialTouch3 Returns a vector from the intial touch position to the current touch position.
See Also