Exemplo n.º 1
0
    public static new bool GetButtonUp(string buttonName)
    {
        if (!Enabled)
        {
            return(false);
        }

        return(UnityInput.GetButtonUp(buttonName));
    }
Exemplo n.º 2
0
 public static bool IsNewButtonRelease(string name)
 {
     return(UnityInput.GetButtonUp(name));
 }