C# Class SGDE.Input.MouseConversionHandler

Inheritance: InputConversionHandlerInternal
Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
Commit ( bool commit ) : void
MouseConversionHandler ( InputManager man ) : System
Process ( ) : void
SetValue ( object input, object context, bool replace ) : bool

Method Details

Commit() public méthode

public Commit ( bool commit ) : void
commit bool
Résultat void

MouseConversionHandler() public méthode

public MouseConversionHandler ( InputManager man ) : System
man InputManager
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( object input, object context, bool replace ) : bool
input object
context object
replace bool
Résultat bool