C# Class TouchHook.MouseEventArgs

Inheritance: EventArgs
Show file Open project: andyhebear/Touch_Hook Class Usage Examples

Public Properties

Property Type Description
hitTestCode uint
x int
y int

Property Details

hitTestCode public property

public uint hitTestCode
return uint

x public property

public int x
return int

y public property

public int y
return int