C# Class MegaMan.Engine.GameInputEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
GameInputEventArgs ( GameInput input, bool pressed ) : System

Method Details

GameInputEventArgs() public method

public GameInputEventArgs ( GameInput input, bool pressed ) : System
input GameInput
pressed bool
return System