Android.Views.KeyCharacterMap.GetDeadChar Method
Get the character that is produced by combining the dead key producing accent with the key producing character c.

Syntax

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

Parameters

accent
The accent character. eg. '`'
c
The basic character.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the character that is produced by combining the dead key producing accent with the key producing character c. For example, getDeadChar('`', 'e') returns è. getDeadChar('^', ' ') returns '^' and getDeadChar('^', '^') 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