DeltaEngine.Input.Windows NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classCursorPositionTranslater
Used to translate courser and touch from and to client coordinates. Also used for SharpDX. View code on GitHub
Public classMouseDeviceCounter
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
Public classTouchCollection
Helper class to keep track of all touches according to their id's. View code on GitHub
Public classTouchHook
Native hook on the windows messaging pipeline to grab touch input data. View code on GitHub
Public classWindowsGamePad
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
Public classWindowsHook
This class is a wrapper around the Windows Message Hook pipeline, which is basically the same as Application.DoEvents() View code on GitHub
Public classWindowsKeyboard
Native keyboard implementation using a windows hook. View code on GitHub
Public classWindowsMouse
Native mouse implementation using a windows hook and invokes. View code on GitHub
Public classWindowsTouch
Native Windows implementation of the Touch interface. View code on GitHub
Delegates

  DelegateDescription
Public delegateWindowsHook HandleProcMessage