Immerseum SDK: VR Simulator (version: RC-1.0.0)
       [view as Desktop | Tablet | Mobile]
InputActionManager Class Methods

For a list of all members of this type, see InputActionManager members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)addInputActionAdds an InputAction to the managed list. This is equivalent to "teaching" the system a new InputAction.  
Public Methodstatic (Shared in Visual Basic)getInputActionReturns the registered InputAction where InputAction.name matches the parameter string name.  
Public Methodstatic (Shared in Visual Basic)isActionRegisteredReturns whether an InputAction whose InputAction.name matches name is registered (i.e. contained in inputActionList).  
Public Methodstatic (Shared in Visual Basic)isKeyClickedOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of Unity KeyCodes. Will return true if one or more of the keys was clicked.
 
Public Methodstatic (Shared in Visual Basic)isKeyHeldOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of Unity KeyCodes. Will return true if one or more of the keys was held.
 
Public Methodstatic (Shared in Visual Basic)isKeyPressedOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of Unity KeyCodes. Will return true if one or more of the keys was pressed.
 
Public Methodstatic (Shared in Visual Basic)isKeyPressedAndHeldOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of Unity KeyCodes. Will return true if one or more of the keys was pressed and held.
 
Public Methodstatic (Shared in Visual Basic)isKeyReleasedOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of Unity KeyCodes. Will return true if one or more of the keys was released.
 
Public Methodstatic (Shared in Visual Basic)isMouseClickedOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of integers for buttons. Will return true if one or more of the buttons was clicked.
 
Public Methodstatic (Shared in Visual Basic)isMouseHeldOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of integers for buttons. Will return true if one or more of the buttons was held.
 
Public Methodstatic (Shared in Visual Basic)isMousePressedOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of integers for buttons. Will return true if one or more of the buttons was clicked.
 
Public Methodstatic (Shared in Visual Basic)isMousePressedAndHeldOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of integers for buttons. Will return true if one or more of the buttons was clicked.
 
Public Methodstatic (Shared in Visual Basic)isMouseReleasedOverloaded. 
Please Note Please Note
Can also accept an array or comma-delimited list of integers for buttons. Will return true if one or more of the buttons was clicked.
 
Public Methodstatic (Shared in Visual Basic)removeInputActionOverloaded. Removes the InputAction provided from the list of registered InputActions contained in inputActionList.  
Public Methodstatic (Shared in Visual Basic)setCancelButtonActivatedToggles the activated state of the Cancel Button.  
Public Methodstatic (Shared in Visual Basic)setLeftBumperActivatedToggles the activated state of the Left Bumper.  
Public Methodstatic (Shared in Visual Basic)setLeftThumbstickClickActivatedToggles the activated state of the Left Thumbstick Click.  
Public Methodstatic (Shared in Visual Basic)setPauseButtonActivatedToggles the activated state of the Pause Button.  
Public Methodstatic (Shared in Visual Basic)setRightBumperActivatedToggles the activated state of the Right Bumper.  
Public Methodstatic (Shared in Visual Basic)setRightThumbstickClickActivatedToggles the activated state of the Right Thumbstick Click.  
Public Methodstatic (Shared in Visual Basic)setSecondaryButtonActivatedToggles the activated state of the Secondary Button.  
Public Methodstatic (Shared in Visual Basic)setSelectionButtonActivatedToggles the activated state of the Selection Button.  
Public Methodstatic (Shared in Visual Basic)setTertiaryButtonActivatedToggles the activated state of the Tertiary Button.  
Public Methodstatic (Shared in Visual Basic)setViewButtonActivatedToggles the activated state of the View Button.  
Top
See Also

Reference

InputActionManager Class
Immerseum.VRSimulator Namespace
InputAction

 

 


Copyright (c) 2016-2017 Immerseum Inc. All rights reserved.

Send Feedback