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

Definition at line 73 of file VRInput.cs.

74  {
75  return button == 1 ?
76  inputManager && inputManager.getEventStatus(mouseButton1Up)
77  :
79  ;
80  }
AVR_ControllerInputManager inputManager
Definition: VRInput.cs:23
AVR_ControllerInputManager.BoolEvent mouseButton1Up
Definition: VRInput.cs:30
bool getEventStatus(BoolEvent type)
Returns the status of a given BoolEvent
AVR_ControllerInputManager.BoolEvent mouseButton0Up
Definition: VRInput.cs:27