nn::dbg::CTR::DirectPrint::PutChar Member Function#include <nn/dbg.h>
void PutChar(
const nn::math::VEC2 & pos,
bool fillBg,
char c
);
void PutChar(
const nn::math::VEC2 & pos,
char c
);
| PutChar ( const nn::math::VEC2 &, bool, char ) | Directly outputs one character of the specified characters. |
| PutChar ( const nn::math::VEC2 &, char ) | Directly outputs one character of the specified characters. |
PutChar ( const nn::math::VEC2 &, bool, char )Directly outputs one character of the specified characters.
PutChar ( const nn::math::VEC2 &, char )The version without the fillBg argument. It acts the same as when true is passed.
CONFIDENTIAL