Exemplo n.º 1
0
 internal static extern void PerformButtonPress(Handedness hand, SimulatedControllerPress buttonPress);
Exemplo n.º 2
0
 public void PerformControllerPress(SimulatedControllerPress button)
 {
     HolographicAutomation.PerformButtonPress(m_ControllerHandednss, button);
 }