Searched refs:Gkey (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dmulti.c57 static unsigned char Gkey[9]; local
72 strcpy((char *)Gkey, "C-");
74 Gkey[2] = c + 0x40;
76 Gkey[2] = c + 0x60;
77 Gkey[3] = '\0';
80 Gkey[0] = c;
81 Gkey[1] = '\0';
84 Gkey[0] = 0x8e;
85 Gkey[1] = c;
86 Gkey[
[all...]

Completed in 69 milliseconds