X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=b21f3706fef27c21a7d176820c7a117733aa0066;hb=a97d51220232bd25cc77bddb2c655fb521ccf519;hp=000744c9e177a90e8dff21dcd2f7ffc78ae66ff1;hpb=61b7f6a8c2289ed8f3e6230a2553e08f1aa53380;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index 000744c9..b21f3706 100644 --- a/src/events.c +++ b/src/events.c @@ -1760,6 +1760,15 @@ static void HandleKeysSpecial(Key key) DumpBrush_Small(); } } + + /* special key shortcuts for all game modes */ + if (is_string_suffix(cheat_input, ":dump-event-actions") || + is_string_suffix(cheat_input, ":dea") || + is_string_suffix(cheat_input, ":DEA")) + { + DumpGadgetIdentifiers(); + DumpScreenIdentifiers(); + } } void HandleKeysDebug(Key key)