MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / toggle

Function toggle

src/command/audio.cpp:428–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426};
427
428static inline void toggle(const char *opt) {
429 OPT_SET(opt)->SetBool(!OPT_GET(opt)->GetBool());
430}
431
432struct audio_autoscroll final : public Command {
433 CMD_NAME("audio/opt/autoscroll")

Callers 4

operator()Function · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected