Android.Views.KeyEvent.GetDeadChar Method
Get the character that is produced by putting accent on the character c.

Syntax

[Android.Runtime.Register("getDeadChar", "(II)I", "")]
public static int GetDeadChar (int accent, int c)

Parameters

accent
Documentation for this section has not yet been entered.
c
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the character that is produced by putting accent on the character c. For example, getDeadChar('`', 'e') returns è.

[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