Click or drag to resize

ReInputControllerHelperkeyboardEnabled Property

Note: This API is now obsolete.

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:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[ObsoleteAttribute("Deprecated: Use Controller.enabled instead. For example, to disable keyboard input: ReInput.controllers.Keyboard.enabled = false.")]
public bool keyboardEnabled { get; set; }

Property Value

Type: Boolean
See Also