Метод | Описание | |
---|---|---|
GetState ( ) : KeyboardState |
Gets the KeyboardState.
|
|
Initialize ( ) : void |
Initializes the input.
|
|
Keyboard ( ) : System.Collections.Generic |
Initializes a new Keyboard class.
|
|
Update ( GameTime gameTime ) : void |
Updates the object.
|
Метод | Описание | |
---|---|---|
GetKeyState ( Keys key ) : bool |
Gets the key state.
|
public Keyboard ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Update ( GameTime gameTime ) : void | ||
gameTime | GameTime | The GameTime. |
Результат | void |