VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Vector2 AVR.Core.AVR_ControllerInputManager.getEventStatus ( Vec2Event  type)
inline

Returns the status of a given Vec2Event

Definition at line 290 of file AVR_ControllerInputManager.cs.

291  {
292  switch (type)
293  {
294  case Vec2Event.PRIMARY2DAXIS : { return primary2DAxis; }
295  default: { AVR_DevConsole.cwarn("getEventStatus does not recoginze value " + type, this); break; }
296  }
297  return Vector2.zero;
298  }
Vector2 primary2DAxis
2D value returned by the primary 2D axis.