KeyboardManagerMappedKeyCodes Property |
Provides a IDictionary containing all the stored and active Android key codes mappings.
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual IDictionary<VScanEntry, KeyCodeEntry> MappedKeyCodes { get; }
Public Overridable ReadOnly Property MappedKeyCodes As IDictionary(Of VScanEntry, KeyCodeEntry)
Get
Property Value
Type:
IDictionaryVScanEntry,
KeyCodeEntryRemarks See Also