GetDown() public method

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