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: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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