C# Class Fusion.Input.Touch.TouchForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
NotifyDoubleTap ( System.Vector2 pos ) : void
NotifyTap ( System.Vector2 pos ) : void
TouchForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
NotifyTouchManipulation ( System.Vector2 center, System.Vector2 delta, float scale ) : void
NotifyTouchSecondaryTap ( System.Vector2 pos ) : void
WndProc ( Message &m ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NotifyDoubleTap() public method

public NotifyDoubleTap ( System.Vector2 pos ) : void
pos System.Vector2
return void

NotifyTap() public method

public NotifyTap ( System.Vector2 pos ) : void
pos System.Vector2
return void

TouchForm() public method

public TouchForm ( ) : System
return System