Table of Contents

Class WxKeyboardHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Implements IKeyboardHandler interface provider for WxWidgets platform.

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

Properties

KeyAndWxMapping

Gets or sets WxWidgetsKeyCode to/from Key enum mapping.

KeyboardPresent

Gets whether hardware keyboard is present.

Methods

GetKeyStatesFromSystem(Key)

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

HideKeyboard(AbstractControl?)

Hides on-screen keyboard for the specified control.

IsSoftKeyboardShowing(AbstractControl?)

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(AbstractControl?)

Shows on-screen keyboard for the specified control.