Class InputManager.DeviceEvents
- Namespace
- nanoFramework.UI.Input
- Assembly
- nanoFramework.Graphics.dll
Device Events
public class InputManager.DeviceEvents : DispatcherObject
- Inheritance
-
InputManager.DeviceEvents
- Inherited Members
- Extension Methods
Constructors
DeviceEvents()
public DeviceEvents()
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