UI_CTRL_IS_REDOABLE

Check if a UI_process() is possible to do again with the same instance of a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0 if not.

extern (C) nothrow @nogc
enum UI_CTRL_IS_REDOABLE = 2;

Meta