WasKeyPressed() public method

public WasKeyPressed ( int key ) : bool
key int
return bool
コード例 #1
0
 public bool getPressed(Key key)
 {
     return(plugin.WasKeyPressed((int)key));
 }