nn::dbg::CTR::DirectPrint::Printf Member Function#include <nn/dbg.h>
void Printf(
const nn::math::VEC2 & pos,
const char * format,
...
);
| Name | Description | |
|---|---|---|
| in | pos | Upper-left coordinate where writing to. |
| in | format | A formatted string. |
| in | ... | String parameters. |
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