StaticconfigurationSets the non-null input configuration that determines how physical keys map to virtual buttons.
StaticdefaultRetrieves the default input configuration that determines how physical keys map to virtual buttons. Never null.
StaticgetReturns normalized value for the specified input axis. Returned value will usually be in [-1.0, 1.0] range, but can be outside the range for devices with unbound axes (for example mouse).
OptionaldeviceIndex: number
Optional device index in case multiple input devices are available.
StaticisCheck is the virtual button just getting pressed. This state is only active for one frame.
Virtual button identifier.
OptionaldeviceIndex: number
Optional device index in case multiple input devices are available.
StaticisCheck is the virtual button is being held. This state is active as long as the button is being held down, possibly for multiple frames.
Virtual button identifier.
OptionaldeviceIndex: number
Optional device index in case multiple input devices are available.
StaticisCheck is the virtual button just getting released. This state is only active for one frame.
Virtual button identifier.
OptionaldeviceIndex: number
Optional device index in case multiple input devices are available.
Handles virtual input that allows you to receive virtual input events that hide the actual physical input, allowing you to easily change the input keys while being transparent to the external code.