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

Function nk_labelfv

extern/glfw/deps/nuklear.h:19221–19227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19219}
19220
19221NK_API void
19222nk_labelfv(struct nk_context *ctx, nk_flags flags, const char *fmt, va_list args)
19223{
19224 char buf[256];
19225 nk_strfmt(buf, NK_LEN(buf), fmt, args);
19226 nk_label(ctx, buf, flags);
19227}
19228
19229NK_API void
19230nk_labelfv_wrap(struct nk_context *ctx, const char *fmt, va_list args)

Callers 1

nk_labelfFunction · 0.85

Calls 2

nk_strfmtFunction · 0.85
nk_labelFunction · 0.85

Tested by

no test coverage detected