Method | Description | |
---|---|---|
Holding ( Keys Key ) : bool |
Check if a key on the keyboard is being held
|
|
Pressed ( Keys Key ) : bool |
Check if a key on the keyboard has been pressed
|
|
Released ( Keys Key ) : bool |
Check if a key on the keyboard has been released
|
|
Update ( |
public static Holding ( Keys Key ) : bool | ||
Key | Keys | The keyboard key to check. |
return | bool |
public static Pressed ( Keys Key ) : bool | ||
Key | Keys | The keyboard key to check. |
return | bool |
public static Released ( Keys Key ) : bool | ||
Key | Keys | The keyboard key to check. |
return | bool |
public static Update ( |
||
Time | ||
return | void |