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
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
The WindowsHook type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WindowsHook | Initializes a new instance of the WindowsHook class |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the WindowsHook |
Fields
Name | Description | |
---|---|---|
![]() | messageAction |
See Also