Skip to content

function getKeyLetter (client-side)

Available since version: 0.0.0

This function will get the letter represented by the given key, e.g. KEY_A wil return "a".

Declaration

string getKeyLetter(int keyId)

Parameters

  • int keyId: the id of the key. For more information see Key constants.

Returns string

The represented letter or null if the key has no letter.