Method ToKeyEventArgs
ToKeyEventArgs(AbstractControl?, UIPress, KeyStates)
Converts event arguments from UIKit.UIPress to KeyEventArgs.
public virtual KeyEventArgs? ToKeyEventArgs(AbstractControl? control, UIPress press, KeyStates keyStates)
Parameters
control
AbstractControlTarget control.
press
UIPressInformation about the pressed key.
keyStates
KeyStatesThe state of the key referenced by the event.