C# 클래스 MoodSwingGUI.MSGUIKeyboardParser

MSKeyboardParser helps MSGUITypable objects by providing a static parse method, which will parse XNA keyboard input into either ASCII characters as direct text input or into String representations of certain commands which can also be used as direct input, but is better suited to be used as a sentinel for performing certain form-based actions.
파일 보기 프로젝트 열기: verngutz/MoodSwing

공개 메소드들

메소드 설명
ParseTextInput ( KeyboardState oldKeyboardState ) : List

Parses XNA keyboard input into ASCII characters or String commands

비공개 메소드들

메소드 설명
IsAlpha ( Keys key ) : bool
IsNumeric ( Keys key ) : bool

메소드 상세

ParseTextInput() 공개 정적인 메소드

Parses XNA keyboard input into ASCII characters or String commands
public static ParseTextInput ( KeyboardState oldKeyboardState ) : List
oldKeyboardState KeyboardState the old KeyboardState of the Keyboard
리턴 List