Classes
Class | Description | |
---|---|---|
CursorPositionTranslater |
Used to translate courser and touch from and to client coordinates. Also used for SharpDX.
View code on GitHub | |
MouseDeviceCounter |
Helper class to count the number of mouse devices connected to the computer.
This makes it possible to check the availability of Mouse support.
View code on GitHub | |
TouchCollection |
Helper class to keep track of all touches according to their id's.
View code on GitHub | |
TouchHook |
Native hook on the windows messaging pipeline to grab touch input data.
View code on GitHub | |
WindowsGamePad |
Native Windows implementation of the GamePad interface.
http://www.activevb.de/cgi-bin/apiwiki/JOYINFOEX
Not all features of the Xbox GamePad are available.
View code on GitHub | |
WindowsHook |
This class is a wrapper around the Windows Message Hook pipeline, which is basically
the same as Application.DoEvents()
View code on GitHub | |
WindowsKeyboard |
Native keyboard implementation using a windows hook.
View code on GitHub | |
WindowsMouse |
Native mouse implementation using a windows hook and invokes.
View code on GitHub | |
WindowsTouch |
Native Windows implementation of the Touch interface.
View code on GitHub |
Delegates
Delegate | Description | |
---|---|---|
WindowsHook HandleProcMessage |