Table of Contents

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

NotifyInputEventHandler

PostProcessInput

subscribe to all input after it is processed

public event ProcessInputEventHandler PostProcessInput

Event Type

ProcessInputEventHandler

PreNotifyInput

Subscribe for all input before it is notified

public event NotifyInputEventHandler PreNotifyInput

Event Type

NotifyInputEventHandler

PreProcessInput

Subscribe for all input before it is processed

public event PreProcessInputEventHandler PreProcessInput

Event Type

PreProcessInputEventHandler