Class SoftwareKeyboardService
Abstract service for software keyboard requests.
Inheritance
SoftwareKeyboardService
Implements
Inherited Members
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()