C# Class TouchpadEventArgs, WoWmapper

Inheritance: EventArgs
Show file 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 property

public DateTime,System timeStamp
return System.DateTime

touchButtonPressed public property

public bool touchButtonPressed
return bool

touches public property

public Touch[], touches
return Touch[],