KeyboardManagerGetKeyboardLayout Method |
Returns the physical keyboard layout.
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 static int[][] GetKeyboardLayout()
Public Shared Function GetKeyboardLayout As Integer()()
Return Value
Type:
Int32Cubic grid of scan codes, representing the physical keyboard
present. If a row does not span the entire length, 0's or -1's
will fill those spots.
Remarks See Also