Method | Description | |
---|---|---|
ParseTextInput ( KeyboardState oldKeyboardState ) : List |
Parses XNA keyboard input into ASCII characters or String commands
|
Method | Description | |
---|---|---|
IsAlpha ( Keys key ) : bool | ||
IsNumeric ( Keys key ) : bool |
public static ParseTextInput ( KeyboardState oldKeyboardState ) : List |
||
oldKeyboardState | KeyboardState | the old KeyboardState of the Keyboard |
return | List |