Class NoesisSoftwareKeyboardRequestService
Service to wrap software keyboard callbacks that Noesis uses to request it to be opened or closed.
Inheritance
NoesisSoftwareKeyboardRequestService
Implements
Inherited Members
Namespace: Evergine.NoesisGUI
Assembly: Evergine.NoesisGUI.dll
Syntax
public class NoesisSoftwareKeyboardRequestService : SoftwareKeyboardService, IDependencyObject
Methods
OnActivated()
Invoked when the object is activated once is attached.
Declaration
protected override void OnActivated()
Overrides
OnDeactivated()
Invoked when the object is deactivated.
Declaration
protected override void OnDeactivated()
Overrides
OnKeyPressed(Keys)
Function called when a key is pressed in the software keyboard.
Declaration
protected override void OnKeyPressed(Keys key)
Parameters
Type | Name | Description |
---|---|---|
Keys | key | The key. |
Overrides
OnSoftwareKeyboardClosed()
Function called when the software keyboard provider notifies that the keyboard was closed.
Declaration
protected override void OnSoftwareKeyboardClosed()