C# Class Source.GameData.KeyboardControls

Inheritance: Controls
Show file Open project: HarkerGameDev/TheGame

Public Methods

Method Description
KeyboardControls ( Game1 game, Keys basic1, Keys special1, Keys special2, Keys left, Keys right, Keys jump, Keys down ) : System
ToString ( ) : string

Method Details

KeyboardControls() public method

public KeyboardControls ( Game1 game, Keys basic1, Keys special1, Keys special2, Keys left, Keys right, Keys jump, Keys down ) : System
game Game1
basic1 Keys
special1 Keys
special2 Keys
left Keys
right Keys
jump Keys
down Keys
return System

ToString() public method

public ToString ( ) : string
return string