Table of Contents

Class WxKeyboardHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Implements IKeyboardHandler interface provider for WxWidgets platform.

public class WxKeyboardHandler : DisposableObject, IBaseObject, IDisposableObject, IKeyboardHandler, IDisposable
Inheritance
WxKeyboardHandler
Implements

Properties

KeyAndWxMapping

Gets or sets WxWidgetsKeyCode to/from Key enum mapping.

Methods

GetKeyStatesFromSystem(Key)

Gets the current state of the specified key from the device from the underlying system

HideKeyboard(Control?)

Hide on-screen keyboard for the specified control.

IsSoftKeyboardShowing(Control?)

Gets whether on-screen keyboard is shown for the specified control.

IsValidKey(Key)

Checks whether key is valid for the current platform.

RegisterKeyMappings()

Registers default WxWidgetsKeyCode to/from Key enum mappings.

ShowKeyboard(Control?)

Show on-screen keyboard for the specified control.