Search Results for

    Show / Hide Table of Contents

    Class SoftwareKeyboardService

    Abstract service for software keyboard requests.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    Service
    SoftwareKeyboardService
    NoesisSoftwareKeyboardRequestService
    Implements
    IDependencyObject
    Inherited Members
    Service.OnLoaded()
    Service.OnAttached()
    Service.OnActivated()
    Service.Start()
    Service.OnDeactivated()
    Service.OnDetach()
    Service.OnDestroy()
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.ShouldBeActivated
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Services
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class SoftwareKeyboardService : Service, IDependencyObject

    Methods

    OnKeyPressed(Keys)

    Function called when a key is pressed in the software keyboard.

    Declaration
    protected abstract void OnKeyPressed(Keys key)
    Parameters
    Type Name Description
    Keys key

    The key.

    OnSoftwareKeyboardClosed()

    Function called when the software keyboard provider notifies that the keyboard was closed.

    Declaration
    protected abstract void OnSoftwareKeyboardClosed()

    RequestHide()

    Request the active software keyboard provider to hide the keyboard.

    Declaration
    public void RequestHide()

    RequestShow()

    Request the active software keyboard provider to show the keyboard.

    Declaration
    public void RequestShow()

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX