imgui.engine

Members

Functions

isInputable
bool isInputable(uint id)

Is the widget with specified ID 'inputable' for e.g. text input?

textInputLogic
void textInputLogic(uint id, bool over, bool forceInputable)

Input logic for text input fields.

Manifest constants

GFXCMD_QUEUE_SIZE
enum GFXCMD_QUEUE_SIZE;

Globals end.

Static variables

g_gfxCmdQueue
imguiGfxCmd[GFXCMD_QUEUE_SIZE] g_gfxCmdQueue;

Globals start.

Meta