nn::dbg::CTR::DirectPrint::PutChar Member Function

Syntax

#include <nn/dbg.h>

void PutChar(
     const nn::math::VEC2 & pos,
     bool fillBg,
     char c
);

void PutChar(
     const nn::math::VEC2 & pos,
     char c
);

List of Overloaded Member Functions

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.

Description of PutChar ( const nn::math::VEC2 &, bool, char )

Directly outputs one character of the specified characters.

Description of PutChar ( const nn::math::VEC2 &, char )

The version without the fillBg argument. It acts the same as when true is passed.


CONFIDENTIAL