Search Results for

    Show / Hide Table of Contents

    Class InputManager.DeviceEvents

    Device Events

    Inheritance
    object
    DispatcherObject
    InputManager.DeviceEvents
    Inherited Members
    DispatcherObject.Dispatcher
    DispatcherObject.CheckAccess()
    DispatcherObject.VerifyAccess()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX