C# Class Fusion.Engine.Input.KeyBind

Mostra file Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
KeyBind ( Keys key, string keyDownCommand, string keyUpCommand ) : System

Method Details

KeyBind() public method

public KeyBind ( Keys key, string keyDownCommand, string keyUpCommand ) : System
key Keys
keyDownCommand string
keyUpCommand string
return System