internal static extern void PerformButtonPress(Handedness hand, SimulatedControllerPress buttonPress);
public void PerformControllerPress(SimulatedControllerPress button) { HolographicAutomation.PerformButtonPress(m_ControllerHandednss, button); }