enum MAGES::Interaction::Interactors::SimpleUIInteractor::Input¶
Overview¶
The input for selecting UI elements. More…
enum Input { Left, Right, Manual, };
Detailed Documentation¶
The input for selecting UI elements.
Enum Values¶
Left
Gets the input from UI Select/Deselect Left action.
Right
Gets the input from UI Select/Deselect Right action.
Manual
No input is used for selecting UI elements. You must manually call Select/Deselect on the UIInteractor.