TnxPalette namespace

Classes

struct Command

Functions

void Register(Command c)
Add a command to the global registry. Call during initialization.
void Clear()
Remove all registered commands (call before re-registering on re-init).
void Open()
Request the palette be opened on the next frame.
void Draw()
Draw the palette overlay. Call once per frame in BuildFrame(), before EndFrame.