- accent
- The accent character. eg. '`'
- c
- The basic character.
Documentation for this section has not yet been entered.
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 '^'.