Home
last modified time | relevance | path

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

/dports/games/xblast/xblast-2.10.4/
H A Dgame.c32 static XBBool useStopKey[NUM_XBE]; variable
132 memset (useStopKey, 0, sizeof (useStopKey)); in InitPlayerInput()
140 stopkey = cfgPlayer[i].misc.useStopKey; in InitPlayerInput()
166 useStopKey[code] = stopkey; in InitPlayerInput()
301 if (useStopKey[code]) { in GameEvent()
310 if (!useStopKey[code]) { in GameEvent()
H A Dxbconfig.h47 XBBool useStopKey; member
H A Dcfg_player.h67 XBBool useStopKey; member
H A Dcfg_player.c376 DB_CreateEntryBool (section, atomUseStopKey, misc->useStopKey); in StoreAnyPlayerMisc()
408 (void)DB_GetEntryBool (section, atomUseStopKey, &misc->useStopKey); in RetrieveAnyPlayerMisc()
H A Dmenu_player.c480 &playerMisc.useStopKey); in CreatePlayerMiscMenu()