Keymap.keyvalToUpper

Converts a key value to upper case, if applicable.

class Keymap
static
uint
keyvalToUpper
(
uint keyval
)

Parameters

keyval uint

a key value.

Return Value

Type: uint

the upper case form of @keyval, or @keyval itself if it is already in upper case or it is not subject to case conversion.

Meta