HardwareSimulationUS_KeyboardLayoutUpdateKeyVisuals Method

A helper method that updates every key in the layout with a new string representation.

Definition

Namespace: BeeMobile.VirtualKeyboard.Layouts
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
protected virtual void UpdateKeyVisuals(
	Dictionary<Key, string> map
)

Parameters

map  DictionaryKey, String
A dictionary that contains the translations for the special keys.

See Also