Home
last modified time | relevance | path

Searched refs:x_key_shifted (Results 1 – 7 of 7) sorted by relevance

/dports/games/lincity/lincity-1.13.1/
H A Dmain.c428 if (x_key_shifted) { in process_keystrokes()
441 if (x_key_shifted) { in process_keystrokes()
454 if (x_key_shifted) { in process_keystrokes()
467 if (x_key_shifted) { in process_keystrokes()
H A Dcliglobs.c136 int x_key_shifted = 0; /* Is the key shifted? */ variable
159 BOOL x_key_shifted = FALSE; /* Is the key shifted? */ variable
H A Dcliglobs.h176 extern int x_key_shifted; /* Is the key shifted? */
197 extern BOOL x_key_shifted; /* Is the key shifted? */
H A Dlcx11.h57 extern int x_key_shifted;
H A Dlcwin32.h115 extern BOOL x_key_shifted;
H A Dlcx11.c753 x_key_shifted = ShiftMask & key_event->state; in HandleEvent()
828 x_key_shifted = ShiftMask & ev->state; in HandleEvent()
832 x_key_shifted = ShiftMask & ev->state; in HandleEvent()
H A Dwinmain.c599 x_key_shifted = (GetKeyState (VK_SHIFT) & 0x80000000) ? TRUE : FALSE; in WndProc()