Exemplo n.º 1
0
 public bool IsPressed(string button)
 {
     return(Curr.IsPressed(button));
 }
Exemplo n.º 2
0
 public bool IsPressed(string button) => Curr.IsPressed(button);