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

/external/quake/quake/src/QW/client/
H A Dgl_vidlinux.c63 static unsigned char scantokey[128]; variable
169 Key_Event(scantokey[sc], state == KEY_EVENTPRESS);
365 scantokey[i] = ' ';
367 scantokey[42] = K_SHIFT;
368 scantokey[54] = K_SHIFT;
369 scantokey[72] = K_UPARROW;
370 scantokey[103] = K_UPARROW;
371 scantokey[80] = K_DOWNARROW;
372 scantokey[108] = K_DOWNARROW;
373 scantokey[7
[all...]
H A Dgl_vidlinux_svga.c63 static unsigned char scantokey[128]; variable
202 Key_Event(scantokey[sc], state == KEY_EVENTPRESS);
395 scantokey[i] = ' ';
397 scantokey[ 1] = K_ESCAPE;
398 scantokey[ 2] = '1';
399 scantokey[ 3] = '2';
400 scantokey[ 4] = '3';
401 scantokey[ 5] = '4';
402 scantokey[ 6] = '5';
403 scantokey[
[all...]
H A Dvid_svgalib.c63 static unsigned char scantokey[128]; variable
423 Key_Event(scantokey[sc], state == KEY_EVENTPRESS);
619 scantokey[i] = ' ';
621 scantokey[ 1] = K_ESCAPE;
622 scantokey[ 2] = '1';
623 scantokey[ 3] = '2';
624 scantokey[ 4] = '3';
625 scantokey[ 5] = '4';
626 scantokey[ 6] = '5';
627 scantokey[
[all...]
H A Dgl_vidandroid.c261 byte scantokey[] = variable
280 if(value >= 0 && value < (int) sizeof(scantokey))
282 byte key = scantokey[value];
H A Dgl_vidnt.c855 byte scantokey[128] = variable
912 if (scantokey[key] == 0)
914 return scantokey[key];
H A Dvid_win.c2634 byte scantokey[128] = variable
2669 return scantokey[key];
/external/quake/quake/src/WinQuake/
H A Dgl_vidlinux.cpp64 static unsigned char scantokey[128]; variable
173 Key_Event(scantokey[sc], state == KEY_EVENTPRESS);
374 scantokey[i] = ' ';
376 scantokey[42] = K_SHIFT;
377 scantokey[54] = K_SHIFT;
378 scantokey[72] = K_UPARROW;
379 scantokey[103] = K_UPARROW;
380 scantokey[80] = K_DOWNARROW;
381 scantokey[108] = K_DOWNARROW;
382 scantokey[7
[all...]
H A Dvid_svgalib.cpp63 static unsigned char scantokey[128]; variable
422 Key_Event(scantokey[sc], state == KEY_EVENTPRESS);
616 scantokey[i] = ' ';
618 scantokey[42] = K_SHIFT;
619 scantokey[54] = K_SHIFT;
620 scantokey[72] = K_UPARROW;
621 scantokey[103] = K_UPARROW;
622 scantokey[80] = K_DOWNARROW;
623 scantokey[108] = K_DOWNARROW;
624 scantokey[7
[all...]
H A Dsys_dos.cpp102 byte scantokey[128] = variable
152 if (scantokey[keybuf[keybuf_head]&0x7f] == K_CTRL)
154 if (ctrl && scantokey[keybuf[keybuf_head]&0x7f] == 'c')
520 outkey = scantokey[k & 0x7f];
H A Dgl_vidandroid.cpp346 byte scantokey[] = variable
428 if(value >= 0 && value < (int) sizeof(scantokey))
456 default: key = scantokey[value]; break;
463 key = scantokey[value];
H A Dgl_vidnt.cpp855 byte scantokey[128] = variable
912 if (scantokey[key] == 0)
914 return scantokey[key];
H A Dvid_win.cpp2594 byte scantokey[128] = variable
2629 return scantokey[key];

Completed in 94 milliseconds