프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitialRepeatDelay | float | ||
RepeatDelay | float |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clears the KeysPressed, KeysDown, KeysReleased collections.
|
|
IsKeyDown ( Keys key ) : bool |
Returns true if the key is in the KeysDown collection.
|
|
IsKeyReleased ( Keys key ) : bool |
Returns true when they is in the KeysReleased collection.
|
|
IsKeyUp ( Keys key ) : bool |
Returns true if the key is not in the KeysDown collection.
|
|
KeyboardInfo ( ) : System.Collections.Generic | ||
ProcessKeys ( GameTime gameTime ) : void |
Reads the keyboard state using the GameTime from the update frame.
|
public KeyboardInfo ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |