ScreenManagement.GameScreen.HandleInput C# (CSharp) Method

HandleInput() public abstract method

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
return void
        public abstract void HandleInput(InputState input);