C# 클래스 Indiefreaks.Xna.Input.TouchMap

파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
GetBooleanValue ( List touches ) : bool
GetFloatValue ( List touches ) : float
GetVector2Value ( List touches, GamePadDeadZone gamePadDeadZone ) : Vector2
TouchMap ( ) : System

비공개 메소드들

메소드 설명
Update ( List touches, TouchLocation &touch ) : void

메소드 상세

GetBooleanValue() 공개 메소드

public GetBooleanValue ( List touches ) : bool
touches List
리턴 bool

GetFloatValue() 공개 메소드

public GetFloatValue ( List touches ) : float
touches List
리턴 float

GetVector2Value() 공개 메소드

public GetVector2Value ( List touches, GamePadDeadZone gamePadDeadZone ) : Vector2
touches List
gamePadDeadZone GamePadDeadZone
리턴 Vector2

TouchMap() 공개 메소드

public TouchMap ( ) : System
리턴 System