WindowsHook ClassDelta Engine Documentation
This class is a wrapper around the Windows Message Hook pipeline, which is basically the same as Application.DoEvents() View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Input.Windows WindowsHook
    DeltaEngine.Input.Windows TouchHook

Namespace: DeltaEngine.Input.Windows
Assembly: DeltaEngine.Input.Windows (in DeltaEngine.Input.Windows.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class WindowsHook : IDisposable

The WindowsHook type exposes the following members.

Constructors

  NameDescription
Public methodWindowsHook
Initializes a new instance of the WindowsHook class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the WindowsHook
Top
Fields

  NameDescription
Protected fieldmessageAction
Top
See Also