nn::dbg::CTR::DirectPrint::Printf Member Function

Syntax

#include <nn/dbg.h>

void Printf(
     const nn::math::VEC2 & pos,
     const char * format,
     ...
);

Arguments

Name Description
in pos Upper-left coordinate where writing to.
in format A formatted string.
in ... String parameters.

Return Values

None.

Description

Formats strings and writes them to the display buffer.

The version without the autoLineFeed and fillBg arguments. It acts the same as when true is passed.


CONFIDENTIAL