GetButtonUp() публичный абстрактный Метод

public abstract GetButtonUp ( string name ) : bool
name string
Результат bool
Пример #1
0
 public static bool GetButtonUp(string name)
 {
     return(activeInput.GetButtonUp(name));
 }