Click or drag to resize

TouchControllerdisableMouseInputWhenEnabled Property

If true, disables mouse input when the Touch Controller script is enabled or GameObject is activated and re-enables mouse input when the script is disabled or GameObject is deactivated. This is useful for disabling Mouse Look controls when using touch controls in an FPS for example.

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

Property Value

Type: Boolean
See Also