C# Class TouchpadEventArgs, WoWmapper

Inheritance: EventArgs
Datei anzeigen Open project: topher-au/WoWmapper Class Usage Examples

Public Properties

Property Type Description
timeStamp System.DateTime
touchButtonPressed bool
touches Touch[],

Public Methods

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

Method Details

TouchpadEventArgs() public method

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
return System.DateTime

touchButtonPressed public_oe property

public bool touchButtonPressed
return bool

touches public_oe property

public Touch[], touches
return Touch[],