C# 클래스 Fusion.Input.Touch.TouchForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
NotifyDoubleTap ( System.Vector2 pos ) : void
NotifyTap ( System.Vector2 pos ) : void
TouchForm ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
NotifyTouchManipulation ( System.Vector2 center, System.Vector2 delta, float scale ) : void
NotifyTouchSecondaryTap ( System.Vector2 pos ) : void
WndProc ( Message &m ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

NotifyDoubleTap() 공개 메소드

public NotifyDoubleTap ( System.Vector2 pos ) : void
pos System.Vector2
리턴 void

NotifyTap() 공개 메소드

public NotifyTap ( System.Vector2 pos ) : void
pos System.Vector2
리턴 void

TouchForm() 공개 메소드

public TouchForm ( ) : System
리턴 System