C# Class PrinceGame.TouchCollectionExtensions

Show file Open project: salvadorc17/Prince-Monogame

Public Methods

Method Description
AnyTouch ( TouchCollection touchState ) : bool

Determines if there are any touches on the screen.

Private Methods

Method Description
TouchCollectionExtensions ( ) : System

Method Details

AnyTouch() public static method

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