Search Results for

    Show / Hide Table of Contents

    Class AndroidKeyboardDispatcher

    Dispatches keyboard events associated with a Surface or a Window.

    Inheritance
    object
    KeyboardDispatcher
    AndroidKeyboardDispatcher
    Inherited Members
    KeyboardDispatcher.KeyDown
    KeyboardDispatcher.KeyUp
    KeyboardDispatcher.KeyChar
    KeyboardDispatcher.ReadKeyState(Keys)
    KeyboardDispatcher.IsKeyDown(Keys)
    KeyboardDispatcher.DispatchEvents()
    KeyboardDispatcher.HandleKeyDown(Keys)
    KeyboardDispatcher.HandleKeyUp(Keys)
    KeyboardDispatcher.HandleKeyChar(char)
    KeyboardDispatcher.HandleKeyChar(string)
    KeyboardDispatcher.ResetKeyboardStatus()
    Namespace: Evergine.Android
    Assembly: Evergine.Android.dll
    Syntax
    public class AndroidKeyboardDispatcher : KeyboardDispatcher

    Constructors

    AndroidKeyboardDispatcher(View)

    Initializes a new instance of the AndroidKeyboardDispatcher class.

    Declaration
    public AndroidKeyboardDispatcher(View view)
    Parameters
    Type Name Description
    View view

    The View associated with this dispatcher.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX