Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/win95/frontend/
H A Davp_userprofile.cpp238 PredatorInputSecondaryConfig = DefaultPredatorInputSecondaryConfig; in SetDefaultProfileOptions()
275 PredatorInputSecondaryConfig = UserProfilePtr->PredatorInputSecondaryConfig; in GetSettingsFromUserProfile()
299 profilePtr->PredatorInputSecondaryConfig = PredatorInputSecondaryConfig; in SaveSettingsToUserProfile()
H A Davp_userprofile.h104 PLAYER_INPUT_CONFIGURATION PredatorInputSecondaryConfig; member
H A Davp_menus.c1114 PlayerInputSecondaryConfig = PredatorInputSecondaryConfig; in SetupNewMenu()
3236 PredatorInputSecondaryConfig = PlayerInputSecondaryConfig; in InteractWithMenuElement()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dusr_io.c59 PLAYER_INPUT_CONFIGURATION PredatorInputSecondaryConfig; variable
868 secondaryInput = &PredatorInputSecondaryConfig; in ReadPlayerGameInput()
1654 PredatorInputSecondaryConfig = DefaultPredatorInputSecondaryConfig; in LoadAKeyConfiguration()
1662 fread(&PredatorInputSecondaryConfig,sizeof(PLAYER_INPUT_CONFIGURATION),1,file); in LoadAKeyConfiguration()
1682 fwrite(&PredatorInputSecondaryConfig,sizeof(PLAYER_INPUT_CONFIGURATION),1,file); in SaveAKeyConfiguration()
H A Dusr_io.h294 extern PLAYER_INPUT_CONFIGURATION PredatorInputSecondaryConfig;