[]
        
(Showing Draft Content)

C1.Android.Core.C1KeyboardHelper.GetKey

GetKey Method

GetKey(KeyEventArgs)

Returns Android.Views.Keycode that was pressed.

Declaration
public static Keycode GetKey(View.KeyEventArgs keyEvent)
Public Shared Function GetKey(keyEvent As View.KeyEventArgs) As Keycode
Parameters
Type Name Description
KeyEventArgs keyEvent

Data from keyboard routed events, as well as related attached and Preview events.

Returns
Type Description
Keycode

true if the Command key is pressed, false otherwise.