MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / nk_labelf

Function nk_labelf

extern/glfw/deps/nuklear.h:19187–19194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19185 va_end(args);
19186}
19187NK_API void
19188nk_labelf(struct nk_context *ctx, nk_flags flags, const char *fmt, ...)
19189{
19190 va_list args;
19191 va_start(args, fmt);
19192 nk_labelfv(ctx, flags, fmt, args);
19193 va_end(args);
19194}
19195NK_API void
19196nk_labelf_wrap(struct nk_context *ctx, const char *fmt,...)
19197{

Callers 7

nk_value_boolFunction · 0.85
nk_value_intFunction · 0.85
nk_value_uintFunction · 0.85
nk_value_floatFunction · 0.85
nk_value_color_byteFunction · 0.85
nk_value_color_floatFunction · 0.85
nk_value_color_hexFunction · 0.85

Calls 1

nk_labelfvFunction · 0.85

Tested by

no test coverage detected