Class FormsTouchDispatcher
Inherited Members
Namespace: Evergine.Forms
Assembly: Evergine.Forms.dll
Syntax
public class FormsTouchDispatcher : PointerDispatcher
  Constructors
FormsTouchDispatcher(Control)
Initializes a new instance of the FormsTouchDispatcher class.
Declaration
public FormsTouchDispatcher(Control control)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Control | control | The Control associated with this dispatcher.  | 
      
Properties
IsRegistered
Gets a value indicating whether the windows is registered as touch-capable.
Declaration
public bool IsRegistered { get; }
  Property Value
| Type | Description | 
|---|---|
| bool |