Home
last modified time | relevance | path

Searched refs:Key_IsGameKey (Results 1 – 9 of 9) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dvid_win.c1707 return (Key_IsGameKey()) ? K_KP_STAR : '*'; in MapKey()
1709 return (Key_IsGameKey()) ? K_KP_PLUS : '+'; in MapKey()
1713 return (Key_IsGameKey()) ? K_KP_HOME : in MapKey()
1716 return (Key_IsGameKey()) ? K_KP_UPARROW : in MapKey()
1719 return (Key_IsGameKey()) ? K_KP_PGUP : in MapKey()
1722 return (Key_IsGameKey()) ? K_KP_LEFTARROW : in MapKey()
1725 return (Key_IsGameKey()) ? K_KP_5 : '5'; in MapKey()
1730 return (Key_IsGameKey()) ? K_KP_END : in MapKey()
1736 return (Key_IsGameKey()) ? K_KP_PGDN : in MapKey()
1739 return (Key_IsGameKey()) ? K_KP_INS : in MapKey()
[all …]
H A Dgl_vidnt.c1406 return (Key_IsGameKey()) ? K_KP_STAR : '*'; in MapKey()
1408 return (Key_IsGameKey()) ? K_KP_PLUS : '+'; in MapKey()
1412 return (Key_IsGameKey()) ? K_KP_HOME : in MapKey()
1415 return (Key_IsGameKey()) ? K_KP_UPARROW : in MapKey()
1418 return (Key_IsGameKey()) ? K_KP_PGUP : in MapKey()
1421 return (Key_IsGameKey()) ? K_KP_LEFTARROW : in MapKey()
1424 return (Key_IsGameKey()) ? K_KP_5 : '5'; in MapKey()
1429 return (Key_IsGameKey()) ? K_KP_END : in MapKey()
1435 return (Key_IsGameKey()) ? K_KP_PGDN : in MapKey()
1438 return (Key_IsGameKey()) ? K_KP_INS : in MapKey()
[all …]
H A Dvid_mgl4.c2741 return (Key_IsGameKey()) ? K_KP_STAR : '*'; in MapKey()
2743 return (Key_IsGameKey()) ? K_KP_PLUS : '+'; in MapKey()
2747 return (Key_IsGameKey()) ? K_KP_HOME : in MapKey()
2750 return (Key_IsGameKey()) ? K_KP_UPARROW : in MapKey()
2753 return (Key_IsGameKey()) ? K_KP_PGUP : in MapKey()
2756 return (Key_IsGameKey()) ? K_KP_LEFTARROW : in MapKey()
2759 return (Key_IsGameKey()) ? K_KP_5 : '5'; in MapKey()
2764 return (Key_IsGameKey()) ? K_KP_END : in MapKey()
2770 return (Key_IsGameKey()) ? K_KP_PGDN : in MapKey()
2773 return (Key_IsGameKey()) ? K_KP_INS : in MapKey()
[all …]
H A Dkeys.h169 qboolean Key_IsGameKey (void);
H A Din_sdl.c300 prev_gamekey = Key_IsGameKey(); in IN_Init()
333 prev_gamekey = Key_IsGameKey(); in IN_ReInit()
819 if ((gamekey = Key_IsGameKey()) != prev_gamekey) in IN_SendKeyEvents()
H A Din_amiga.c803 if (!Key_IsGameKey())
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dkeys.c1070 qboolean Key_IsGameKey (void) in Key_IsGameKey() function
1083 if ((key_gamekey = Key_IsGameKey()) != prev_gamekey) in Key_SetDest()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dkeys.c1096 qboolean Key_IsGameKey (void) in Key_IsGameKey() function
1109 if ((key_gamekey = Key_IsGameKey()) != prev_gamekey) in Key_SetDest()
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES1335 Key_IsGameKey(), Key_SetDest() and Key_GetDest() functions to the