C# Class Indiefreaks.Xna.Input.TouchMap

Show file Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
GetBooleanValue ( List touches ) : bool
GetFloatValue ( List touches ) : float
GetVector2Value ( List touches, GamePadDeadZone gamePadDeadZone ) : Vector2
TouchMap ( ) : System

Private Methods

Method Description
Update ( List touches, TouchLocation &touch ) : void

Method Details

GetBooleanValue() public method

public GetBooleanValue ( List touches ) : bool
touches List
return bool

GetFloatValue() public method

public GetFloatValue ( List touches ) : float
touches List
return float

GetVector2Value() public method

public GetVector2Value ( List touches, GamePadDeadZone gamePadDeadZone ) : Vector2
touches List
gamePadDeadZone GamePadDeadZone
return Vector2

TouchMap() public method

public TouchMap ( ) : System
return System