enum MAGES::Interaction::Interactors::BaseControllerInteractor::ControllerSide¶
Overview¶
A reference to the controller side to bind to. More…
enum ControllerSide { Left, Right, Other, };
Detailed Documentation¶
A reference to the controller side to bind to.
Enum Values¶
Left
If selected will bind to left controller’s events.
Right
If selected will bind to right controller’s events.
Other
If selected will bind to custom given controller’s events.