Click or drag to resize

TouchButtonpointerId Property

The pointer id that currently has control of this button. 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 button at any time.

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int pointerId { get; set; }

Property Value

Type: Int32
See Also