ConfigDataDescription::WriteInputConfig
Defined in:
Writes the input control configuration to a file.
C4ConfigData.h
Prototype
static void WriteInputConfig(const char *name = C4_INPUT_CONFIG_FILE);
Parameters
name |
The name of the file. |
Description
The WriteInputConfig
function writes the values of all currently bound input controls to a file whose name is specified by the name
parameter. The file is written to a subfolder of the roaming application support directory for the current user, as defined by the operating system. The subfolder's name is that of the running application, defined by the APPLICATION_NAME
identifier.
See Also
ConfigDataDescription::WriteEngineConfig
Wiki Articles