Create a new key event that is the same as the given one, but whose
flags are replaced with the given value.
Syntax
[Android.Runtime.Register("changeFlags", "(Landroid/view/KeyEvent;I)Landroid/view/KeyEvent;", "")]
public static
KeyEvent ChangeFlags (
KeyEvent e, [Android.Runtime.GeneratedEnum]
KeyEventFlags flags)
Parameters
- e
- The existing event to be copied. This is not modified.
- flags
- The new flags constant.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3