Immerseum.VRSimulator Namespace : InputActionManager Class |
For a list of all members of this type, see InputActionManager members.
Name | Description | |||||
---|---|---|---|---|---|---|
addInputAction | Adds an InputAction to the managed list. This is equivalent to "teaching" the system a new InputAction. | |||||
getInputAction | Returns the registered InputAction where InputAction.name matches the parameter string name. | |||||
isActionRegistered | Returns whether an InputAction whose InputAction.name matches name is registered (i.e. contained in inputActionList). | |||||
isKeyClicked | Overloaded.
| |||||
isKeyHeld | Overloaded. | |||||
isKeyPressed | Overloaded. | |||||
isKeyPressedAndHeld | Overloaded. | |||||
isKeyReleased | Overloaded. | |||||
isMouseClicked | Overloaded.
| |||||
isMouseHeld | Overloaded.
| |||||
isMousePressed | Overloaded.
| |||||
isMousePressedAndHeld | Overloaded.
| |||||
isMouseReleased | Overloaded.
| |||||
removeInputAction | Overloaded. Removes the InputAction provided from the list of registered InputActions contained in inputActionList. | |||||
setCancelButtonActivated | Toggles the activated state of the Cancel Button. | |||||
setLeftBumperActivated | Toggles the activated state of the Left Bumper. | |||||
setLeftThumbstickClickActivated | Toggles the activated state of the Left Thumbstick Click. | |||||
setPauseButtonActivated | Toggles the activated state of the Pause Button. | |||||
setRightBumperActivated | Toggles the activated state of the Right Bumper. | |||||
setRightThumbstickClickActivated | Toggles the activated state of the Right Thumbstick Click. | |||||
setSecondaryButtonActivated | Toggles the activated state of the Secondary Button. | |||||
setSelectionButtonActivated | Toggles the activated state of the Selection Button. | |||||
setTertiaryButtonActivated | Toggles the activated state of the Tertiary Button. | |||||
setViewButtonActivated | Toggles the activated state of the View Button. |