C# Class Core2D.Editor.Input.InputProcessor

Provides mouse input for target object.
Inheritance: IDisposable
Datei anzeigen Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Dispose unmanaged resources.

InputProcessor ( IInputSource source, IInputTarget target ) : System

Initializes a new instance of the InputProcessor class.

Private Methods

Method Description
Dispose ( bool disposing ) : void

Dispose unmanaged resources.

Method Details

Dispose() public method

Dispose unmanaged resources.
public Dispose ( ) : void
return void

InputProcessor() public method

Initializes a new instance of the InputProcessor class.
public InputProcessor ( IInputSource source, IInputTarget target ) : System
source IInputSource The input source.
target IInputTarget The input target.
return System