C# Class PrinceGame.TouchCollectionExtensions

Afficher le fichier Open project: salvadorc17/Prince-Monogame

Méthodes publiques

Méthode Description
AnyTouch ( TouchCollection touchState ) : bool

Determines if there are any touches on the screen.

Private Methods

Méthode Description
TouchCollectionExtensions ( ) : System

Method Details

AnyTouch() public static méthode

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