ReInputControllerHelperkeyboardEnabled Property |
Deprecated: Use Controller.enabled instead. For example, to disable keyboard input: ReInput.controllers.Keyboard.enabled = false.
Enabled or disables keyboard input processing. Disabling keyboard input can improve performance on mobile devices.
Also useful for joystick games on Android where certain joystick buttons return keyboard keycodes. Disabling keyboard input on Android will
still allow certain keyboard keys to return values if triggered by a button press on a joystick, but no keyboard maps will ever be processed.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[ObsoleteAttribute("Deprecated: Use Controller.enabled instead. For example, to disable keyboard input: ReInput.controllers.Keyboard.enabled = false.")]
public bool keyboardEnabled { get; set; }
Property Value
Boolean
See Also