GetJoystickState
var State = GetJoystickState()
if (State.f1)
{
// Do something...
}
Close