Skip to content

Commit

Permalink
main.gudl: Support Oddworld Stranger's Wrath HD gamepad config.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Jul 22, 2024
1 parent 5f62cc8 commit fcbe8f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions xalia/main.gudl
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,18 @@ if (win32_process_name == "gvim") {
}
}

// APPLICATION: Oddworld: Stranger's Wrath HD
dialog (process_name == "Launcher" and name == "Oddworld: Stranger's Wrath HD Controls Configuration") {
child (button and pushlike) {
primary_action: on_release(send_click);
if (pushed) {
root {
disable_interactions: true;
}
}
}
}

// APPLICATION: Overlord launcher

dialog (process_name == "GamepadConfig" and child_matches(button and name == "Clear Mapping")) {
Expand Down

0 comments on commit fcbe8f6

Please sign in to comment.