TouchJoystickpointerId Property |
The pointer id that currently has control of this joystick. If there is no pointer id, the value is TouchControl.POINTER_ID_NULL.
Only one pointer id (touch, mouse, etc.) may be in control of this joystick at any time.
Namespace:
Rewired.ComponentControls
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int pointerId { get; set; }
Property Value
Type:
Int32
See Also