VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override bool AVR.UI.VRInput.GetMouseButtonDown ( int  button)
inline

Definition at line 64 of file VRInput.cs.

65  {
66  return button == 1 ?
67  inputManager && inputManager.getEventStatus(mouseButton1Down)
68  :
70  ;
71  }
AVR_ControllerInputManager inputManager
Definition: VRInput.cs:23
AVR_ControllerInputManager.BoolEvent mouseButton1Down
Definition: VRInput.cs:29
bool getEventStatus(BoolEvent type)
Returns the status of a given BoolEvent
AVR_ControllerInputManager.BoolEvent mouseButton0Down
Definition: VRInput.cs:26