C# Class SGDE.Input.TouchConversionHandler

Inheritance: InputConversionHandlerInternal
ファイルを表示 Open project: sgdc/sgdc-old

Public Methods

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

Method Details

Commit() public method

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

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

TouchConversionHandler() public method

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