KeyboardManager Class |
Namespace: Com.Datalogic.Device.Input
The KeyboardManager type exposes the following members.
Name | Description | |
---|---|---|
KeyboardManager | Initializes a new instance of the KeyboardManager class |
Name | Description | |
---|---|---|
AdvancedKeyboard | Returns the AdvancedKeyboard | |
AvailableTriggers | Returns the available triggers in the device. | |
IsInputLocked | Tells if the input from keyboard is locked. | |
JniPeerMembers | To be added. | |
MappedIntents | Provides a IDictionary containing all the stored and active Android Intent mappings. | |
MappedKeyCodes | Provides a IDictionary containing all the stored and active Android key codes mappings. | |
MappedUnicodes | "Provides a IDictionary containing all the stored and active Character mappings. |
Name | Description | |
---|---|---|
ClearAllMappings | Removes all the configured mappings. | |
ClearMapping | Removes a single active mapping. | |
DisableKey | Disables completely a single physical key, through the VScanEntry | |
GetIntent | Returns current mapping between a physical key and an Intent. | |
GetKeyboardLayout | Returns the physical keyboard layout. | |
GetKeyCode | Returns current mapping between a physical scan code key and an Android key code. | |
GetUnicode | Returns current mapping between a physical key and a unicode character. | |
IsKeyDisabled | Checks if a physical key is disabled. | |
LockInput | Locks or unlocks the input from keyboard and physical buttons. | |
MapIntent | To be added. | |
MapKeyCode | Assigns a virtual key code to a physical key. | |
MapUnicode | Assigns a unicode character to a physical key. |
Name | Description | |
---|---|---|
TriggerIdAutoscan | ID for AutoScan trigger. | |
TriggerIdFront | ID for Front trigger. | |
TriggerIdLeft | ID for Left trigger. | |
TriggerIdMotion | ID for Motion trigger. | |
TriggerIdPistol | ID for Pistol trigger. | |
TriggerIdRight | ID for Right trigger. |