C# Class Fusion.Engine.Input.Touch

Inheritance: Fusion.Engine.Common.GameModule
Mostra file Open project: demiurghg/FusionEngine

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeviceOnTouchGestureDoubleTap ( System.Vector2 point ) : void
DeviceOnTouchGestureManipulate ( System.Vector2 center, System.Vector2 delta, float scale ) : void
DeviceOnTouchGestureSecondaryTap ( System.Vector2 point ) : void
DeviceOnTouchGestureTap ( System.Vector2 point ) : void
Touch ( Game game ) : System

Method Details

Dispose() protected method

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

Initialize() public method

public Initialize ( ) : void
return void