C# 클래스 Core2D.Editor.Input.InputProcessor

Provides mouse input for target object.
상속: IDisposable
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose unmanaged resources.

InputProcessor ( IInputSource source, IInputTarget target ) : System

Initializes a new instance of the InputProcessor class.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose unmanaged resources.

메소드 상세

Dispose() 공개 메소드

Dispose unmanaged resources.
public Dispose ( ) : void
리턴 void

InputProcessor() 공개 메소드

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.
리턴 System