Keymap.keyvalToLower

Converts a key value to lower case, if applicable.

class Keymap
static
uint
keyvalToLower
(
uint keyval
)

Parameters

keyval uint

a key value.

Return Value

Type: uint

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