C# Class Alteridem.WinTouch.GestureConfig

Show file Open project: rprouse/WinTouch.NET Class Usage Examples

Public Properties

Property Type Description
Block uint
Id uint
Want uint

Public Methods

Method Description
GestureConfig ( uint id, uint want, uint block ) : System

Method Details

GestureConfig() public method

public GestureConfig ( uint id, uint want, uint block ) : System
id uint
want uint
block uint
return System

Property Details

Block public property

The messages to disable.
public uint Block
return uint

Id public property

The identifier for the type of configuration that will have messages enabled or disabled.
public uint Id
return uint

Want public property

The messages to enable.
public uint Want
return uint