C# Class BolterLibrary.GameInput

Inheritance: Imports
Show file Open project: usagiuke/BolterV2

Public Methods

Method Description
GameInput ( ) : System
SendKeyPress ( KeyStates state, Key key ) : void

Method Details

GameInput() public method

public GameInput ( ) : System
return System

SendKeyPress() public method

public SendKeyPress ( KeyStates state, Key key ) : void
state KeyStates
key Key
return void