nn::dbg::CTR::DirectPrint::VPrintf Member Function

Syntax

#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
);

List of Overloaded Member Functions

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.)

Description of VPrintf ( const nn::math::VEC2 &, bool, bool, const char *, va_list )

See Printf.

Description of VPrintf ( const nn::math::VEC2 &, const char *, va_list )

See Printf.


CONFIDENTIAL