nn::dbg::CTR::DirectPrint::VPrintf Member Function#include <nn/dbg.h>
void VPrintf(
const nn::math::VEC2 & pos,
bool autoLineFeed,
bool fillBg,
const char * format,
va_list v
);
void VPrintf(
const nn::math::VEC2 & pos,
const char * format,
va_list v
);
| VPrintf ( const nn::math::VEC2 &, bool, bool, const char *, va_list ) | Formats strings and writes them to the display buffer. (The variable length argument version.) |
| VPrintf ( const nn::math::VEC2 &, const char *, va_list ) | Formats strings and writes them to the display buffer. (The variable length argument version.) |
VPrintf ( const nn::math::VEC2 &, bool, bool, const char *, va_list )See Printf.
VPrintf ( const nn::math::VEC2 &, const char *, va_list )See Printf.
CONFIDENTIAL