KeyboardManagerGetKeyboardLayout Method |
Returns the physical keyboard layout.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public static int[][] GetKeyboardLayout ();
Public static Integer[][] GetKeyboardLayout ();
Return Value
Type: System.Int32[][]
Cubic 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