C# Class TouchpadEventArgs, WoWmapper

Inheritance: EventArgs
Afficher le fichier Open project: topher-au/WoWmapper Class Usage Examples

Méthodes publiques

Свойство Type Description
timeStamp System.DateTime
touchButtonPressed bool
touches Touch[],

Méthodes publiques

Méthode Description
TouchpadEventArgs ( System utcTimestamp, bool tButtonDown, Touch, t0, Touch, t1 = null )

Method Details

TouchpadEventArgs() public méthode

public TouchpadEventArgs ( System utcTimestamp, bool tButtonDown, Touch, t0, Touch, t1 = null )
utcTimestamp System
tButtonDown bool
t0 Touch,
t1 Touch,

Property Details

timeStamp public_oe property

public DateTime,System timeStamp
Résultat System.DateTime

touchButtonPressed public_oe property

public bool touchButtonPressed
Résultat bool

touches public_oe property

public Touch[], touches
Résultat Touch[],