Home
last modified time | relevance | path

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

/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DInputOptions_gump.cc76 dpad_text, dpad_location, colx[4], rowy[1], 59); in build_buttons()
91 dpad_location = gwin->get_dpad_location(); in load_settings()
108 gwin->set_dpad_location(dpad_location); in save_settings()
109 config->set("config/touch/dpad_location", dpad_texts[dpad_location], false); in save_settings()
H A DInputOptions_gump.h52 dpad_location = state; in toggle_dpad_location()
72 int dpad_location; variable
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgamewin.h152 int dpad_location; variable
335 dpad_location = a; in set_dpad_location()
338 return dpad_location; in get_dpad_location()
H A Dgamewin.cc411 dpad_location = 0; in Game_window()
413 dpad_location = 1; in Game_window()
416 dpad_location = 2; in Game_window()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/ios/
H A Dios_utils.mm121 config->value("config/touch/dpad_location", str, "right");