C# 클래스 Sharpex2D.Input.Implementation.Touch.TouchDevice

상속: ITouchInput
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
GetState ( ) : TouchState

Gets the State.

Initialize ( ) : void

Initializes the input.

TouchDevice ( ) : System

Initializes a new Touch class.

Update ( GameTime gameTime ) : void

Updates the object.

비공개 메소드들

메소드 설명
DecodeMessage ( Message m ) : void

Decoces the message.

MessageArrived ( object sender, MessageEventArgs e ) : void

MessageArrived event.

메소드 상세

GetState() 공개 메소드

Gets the State.
public GetState ( ) : TouchState
리턴 TouchState

Initialize() 공개 메소드

Initializes the input.
public Initialize ( ) : void
리턴 void

TouchDevice() 공개 메소드

Initializes a new Touch class.
public TouchDevice ( ) : System
리턴 System

Update() 공개 메소드

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime GameTime The GameTime.
리턴 void