Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ITextInputDevice Interface

    Namespace: Stride.Input
    Assembly: Stride.Input.dll

    A device such as a keyboard that supports text input. This can be a windows keyboard with IME support or a touch keyboard on a smartphone device

    public interface ITextInputDevice : IInputDevice
    Name Description
    Methods
    DisableTextInput()

    Disallows text input to be entered, will close any IME active and stop sending text events

    EnabledTextInput()

    Allows input to be entered, the input device will then send text events through the input manager

    | Improve this Doc View Source

    Methods


    DisableTextInput()

    Disallows text input to be entered, will close any IME active and stop sending text events

    void DisableTextInput()

    EnabledTextInput()

    Allows input to be entered, the input device will then send text events through the input manager

    void EnabledTextInput()

    Inherited Members

    IInputDevice.Name
    IInputDevice.Id
    IInputDevice.Priority
    IInputDevice.Source
    IInputDevice.Update(List<InputEvent>)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation