Class InputManager.DeviceEvents
Device Events
Inherited Members
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public class InputManager.DeviceEvents : DispatcherObject
Constructors
DeviceEvents()
Declaration
public DeviceEvents()
Events
PostNotifyInput
Subscribe to all input after it is notified
Declaration
public event NotifyInputEventHandler PostNotifyInput
Event Type
Type | Description |
---|---|
NotifyInputEventHandler |
PostProcessInput
subscribe to all input after it is processed
Declaration
public event ProcessInputEventHandler PostProcessInput
Event Type
Type | Description |
---|---|
ProcessInputEventHandler |
PreNotifyInput
Subscribe for all input before it is notified
Declaration
public event NotifyInputEventHandler PreNotifyInput
Event Type
Type | Description |
---|---|
NotifyInputEventHandler |
PreProcessInput
Subscribe for all input before it is processed
Declaration
public event PreProcessInputEventHandler PreProcessInput
Event Type
Type | Description |
---|---|
PreProcessInputEventHandler |