Click or drag to resize

TouchPadTouchPadMode Class

Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.ComponentControlsTouchPadTouchPadMode

Namespace: Rewired.ComponentControls
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class TouchPadMode : Enum

The TouchPadTouchPadMode type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDelta Returns the change in position of the touch from the previous to the current frame.
Public fieldStatic memberScreenPosition Returns the absolute position of the touch on the screen.
Public fieldvalue__ 
Public fieldStatic memberVectorFromCenter Returns a vector from the center of the Touch Pad to the current touch position.
Public fieldStatic memberVectorFromInitialTouch Returns a vector from the intial touch position to the current touch position.
Top
See Also