Interface ISoftwareKeyboardProvider
Interface for software keyboard providers.
Namespace: Evergine.Common.Input.Keyboard
Assembly: Evergine.Common.dll
Syntax
public interface ISoftwareKeyboardProvider
Methods
Hide()
Request to hide the keyboard.
Declaration
void Hide()
Show()
Request to show the keyboard.
Declaration
void Show()
Events
OnKeyPressed
Event raised when the software keyboard gets a key pressed event.
Declaration
event EventHandler<Keys> OnKeyPressed
Event Type
Type | Description |
---|---|
EventHandler<Keys> |
OnKeyboardClosed
Event raised when the software keyboard gets closed.
Declaration
event EventHandler OnKeyboardClosed
Event Type
Type | Description |
---|---|
EventHandler |