프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentGamePadState | |||
CurrentKeyboardState | |||
LastGamePadState | |||
LastKeyboardState |
메소드 | 설명 | |
---|---|---|
IsNewKeyPress ( Keys key ) : bool |
Helper for checking if a key was newly pressed during this update.
|
|
Update ( ) : void |
Reads the latest state of the keyboard and gamepad.
|
public GamePadState,Microsoft.Xna.Framework.Input CurrentGamePadState | ||
리턴 |
public KeyboardState,Microsoft.Xna.Framework.Input CurrentKeyboardState | ||
리턴 |
public GamePadState,Microsoft.Xna.Framework.Input LastGamePadState | ||
리턴 |