C# 클래스 PrinceGame.TouchCollectionExtensions

파일 보기 프로젝트 열기: salvadorc17/Prince-Monogame

공개 메소드들

메소드 설명
AnyTouch ( TouchCollection touchState ) : bool

Determines if there are any touches on the screen.

비공개 메소드들

메소드 설명
TouchCollectionExtensions ( ) : System

메소드 상세

AnyTouch() 공개 정적인 메소드

Determines if there are any touches on the screen.
public static AnyTouch ( TouchCollection touchState ) : bool
touchState TouchCollection The current TouchCollection.
리턴 bool