Class InputManager.DeviceEvents
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class InputManager.DeviceEvents : DispatcherObject
- Inheritance
-
InputManager.DeviceEvents
- Inherited Members
Events
PostNotifyInput
Subscribe to all input after it is notified
public event NotifyInputEventHandler PostNotifyInput
Event Type
PostProcessInput
subscribe to all input after it is processed
public event ProcessInputEventHandler PostProcessInput
Event Type
PreNotifyInput
Subscribe for all input before it is notified
public event NotifyInputEventHandler PreNotifyInput
Event Type
PreProcessInput
Subscribe for all input before it is processed
public event PreProcessInputEventHandler PreProcessInput