NXWidgets  1.19
Variables
ckeypad.cxx File Reference

Go to the source code of this file.

Variables

static FAR const char * g_alphaLabels [BUTTONARRAY_NCOLUMNS *BUTTONARRAY_NROWS]
 
static FAR const char * g_numLabels [BUTTONARRAY_NCOLUMNS *BUTTONARRAY_NROWS]
 

Variable Documentation

◆ g_alphaLabels

FAR const char* g_alphaLabels[BUTTONARRAY_NCOLUMNS *BUTTONARRAY_NROWS]
static
Initial value:
= {
"=>", "A", "B", "<DEL",
"C", "D", "E", "F",
"G", "H", "I", "J",
"K", "L", "M", "N",
"O", "P", "Q", "R",
"S", "T", "U", "V",
"W", "X", "Y", "Z"
}

Definition at line 67 of file ckeypad.cxx.

◆ g_numLabels

FAR const char* g_numLabels[BUTTONARRAY_NCOLUMNS *BUTTONARRAY_NROWS]
static
Initial value:
= {
"=>", "0", "1", "<DEL",
"2", "3", "4", "5",
"6", "7", "8", "9",
"-", "#", "*", "&",
"?", "!", "@", "%",
":", ",", ".", "/",
"\"", "'", "(", ")"
}

Definition at line 77 of file ckeypad.cxx.