Method | Description | |
---|---|---|
IsPressReleased ( TouchControllerButton button ) : bool | ||
IsPressed ( TouchControllerButton button ) : bool | ||
IsPressedDown ( TouchControllerButton button ) : bool | ||
IsTouchReleased ( TouchControllerButton button ) : bool | ||
IsTouched ( TouchControllerButton button ) : bool | ||
IsTouchedDown ( TouchControllerButton button ) : bool | ||
Update ( GameTime gameTime ) : void |
Method | Description | |
---|---|---|
OpenVRTouchController ( TouchControllerHand hand ) : System | ||
ToOpenVrButton ( TouchControllerButton button ) : OpenVR.Controller.ButtonId |
public IsPressReleased ( TouchControllerButton button ) : bool | ||
button | TouchControllerButton | |
return | bool |
public IsPressed ( TouchControllerButton button ) : bool | ||
button | TouchControllerButton | |
return | bool |
public IsPressedDown ( TouchControllerButton button ) : bool | ||
button | TouchControllerButton | |
return | bool |
public IsTouchReleased ( TouchControllerButton button ) : bool | ||
button | TouchControllerButton | |
return | bool |
public IsTouched ( TouchControllerButton button ) : bool | ||
button | TouchControllerButton | |
return | bool |
public IsTouchedDown ( TouchControllerButton button ) : bool | ||
button | TouchControllerButton | |
return | bool |