UxrKeyboardInput Class
Static class to wrap keyboard input and be able to use legacy and new input system using a common class.
Inheritance Hierarchy
System.Object
UltimateXR.Devices.Keyboard.UxrKeyboardInput
Namespace: UltimateXR.Devices.Keyboard
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class UxrKeyboardInput
The UxrKeyboardInput type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPressDown | Gets whether a given keyboard key was pressed during the current frame. | |
GetPressed | Gets if a given keyboard key is being pressed. | |
GetPressUp | Gets if a given keyboard key was released during the current frame. |