nn::dbg::CTR::DirectPrint::PutString Member Function#include <nn/dbg.h>
void PutString(
const nn::math::VEC2 & pos,
const char * str
);
| Name | Description | |
|---|---|---|
| in | pos | Upper-left coordinate where writing to. |
| in | str | The string to render. |
Directly outputs the specified string without formatting.
The version without the autoLineFeed and fillBg arguments. It acts the same as when true is passed.
CONFIDENTIAL