UI_ctrl

Give a user interface parametrised control commands. This can be used to send down an integer, a data pointer or a function pointer, as well as be used to get information from a UI.

extern (C) nothrow @nogc
int
UI_ctrl
(,
int cmd
,
core.stdc.config.c_long i
,
void* p
,
void function
()
f
)

Meta