ScreenManagement.GameScreen.HandleInput C# (CSharp) 메소드

HandleInput() 공개 추상적인 메소드

Allows the screen to handle user input. Unlike Update, this method is only called when the screen is active, and not when some other screen has taken the focus.
public abstract HandleInput ( InputState input ) : void
input InputState
리턴 void
        public abstract void HandleInput(InputState input);