Android.Views.KeyEvent.ScanCode Property
Retrieve the hardware key id of this key event.

Syntax

[get: Android.Runtime.Register("getScanCode", "()I", "GetGetScanCodeHandler")]
public int ScanCode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the hardware key id of this key event. These values are not reliable and vary from device to device.

Mostly this is here for debugging purposes.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1