Home
last modified time | relevance | path

Searched refs:KEY_LEFT1 (Results 1 – 5 of 5) sorted by relevance

/dports/games/gnujump/gnujump-1.0.8/src/
H A Dgnujump.h182 #define KEY_LEFT1 SDLK_LEFT macro
H A Dsetup.c123 gblOps.keys[0][LEFTK] = KEY_LEFT1; in initGblOps()
/dports/games/xoids/xoids-1.5/
H A Doids.h82 #define KEY_LEFT1 0x0002 macro
H A Doids_x.c669 keyboard_state = keyboard_state | KEY_LEFT1; in X_check_keypress()
737 keyboard_state = keyboard_state & ~KEY_LEFT1; in X_check_keypress()
H A Doids.c380 if (keyboard_state & KEY_LEFT1) { /* ROTATE LEFT */ in check_input()