C# Class Fusion.Engine.Input.KeyBind

Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
KeyBind ( Keys key, string keyDownCommand, string keyUpCommand ) : System

Method Details

KeyBind() public méthode

public KeyBind ( Keys key, string keyDownCommand, string keyUpCommand ) : System
key Keys
keyDownCommand string
keyUpCommand string
Résultat System