DDraceNetwork Documentation
Loading...
Searching...
No Matches
quick_actions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define REGISTER_QUICK_ACTION(name, text, callback, disabled, active, button_color, description)
#define ALWAYS_FALSE   []() -> bool { return false; }
#define DEFAULT_BTN   []() -> int { return -1; }

Macro Definition Documentation

◆ ALWAYS_FALSE

#define ALWAYS_FALSE   []() -> bool { return false; }

◆ DEFAULT_BTN

#define DEFAULT_BTN   []() -> int { return -1; }

◆ REGISTER_QUICK_ACTION

#define REGISTER_QUICK_ACTION ( name,
text,
callback,
disabled,
active,
button_color,
description )