C# Class SGDE.Input.MouseConversionHandler

Inheritance: InputConversionHandlerInternal
Show file Open project: sgdc/sgdc-old

Public Methods

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

Method Details

Commit() public method

public Commit ( bool commit ) : void
commit bool
return void

MouseConversionHandler() public method

public MouseConversionHandler ( InputManager man ) : System
man InputManager
return System

Process() public method

public Process ( ) : void
return void

SetValue() public method

public SetValue ( object input, object context, bool replace ) : bool
input object
context object
replace bool
return bool