ControllerHelper Properties |
The ReInputControllerHelper type exposes the following members.
Name | Description | |
---|---|---|
controllerCount |
The number of controllers of all types currently connected.
| |
Controllers |
Gets a collection of connected controllers of all types.
| |
customControllerCount |
The number of custom controllers
| |
CustomControllers |
Get a collection of connected custom controllers.
| |
joystickCount |
The number of joysticks currently connected.
| |
Joysticks |
Get a collection of connected joysticks.
| |
Keyboard |
Gets the primary Keyboard controller.
| |
keyboardEnabled | 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.
| |
Mouse |
Gets the primary Mouse controller.
|