他人の空似自作物置場

DxLibKeyConfig.zip/DxLibKeyConfig/Consts.h


const char * const INI_FILENAME = "keyconfig.ini";
const char * const INI_SECTION_NAME = "KeyConfig";
const char * const INI_KEY_LIST[] = {
  "Key1", "Key2", "Key3", "Key4", "Key5", "Key6", "Key7", "Key8", "Key9", "Key10",
  "Key11", "Key12", "Key13", "Key14", "Key15", "Key16", "Key17", "Key18", "Key19", "Key20",
  "Key21", "Key22", "Key23", "Key24"
};
const unsigned int INI_DEFAULT_VALUE_LIST[] = {
  0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
  10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
  20, 21, 22, 23
};