GetPressed() public method

public GetPressed ( int button ) : bool
button int
return bool
Esempio n. 1
0
 public bool getPressed(int button)
 {
     return(device.GetPressed(button));
 }