Method | Description | |
---|---|---|
IsKeyPressed ( KeyCode keyCode ) : bool |
Determines whether [is key pressed] [the specified key code].
|
|
KeyboardStateBase ( ) |
Initializes a new instance of the KeyboardStateBase class.
|
|
Update ( ) : void |
Updates this instance.
|
public abstract IsKeyPressed ( KeyCode keyCode ) : bool | ||
keyCode | KeyCode | The key code. |
return | bool |