Click or drag to resize

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()

Return Value

Type: 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

Returns the physical keyboard layout. It can be used by application for keyboard remapping.

[Android Documentation]

See Also