nn::dbg::CTR::DirectPrint::GetLastCursorPos Member Function

Syntax

#include <nn/dbg.h>

const nn::math::VEC2 & GetLastCursorPos() const;

Parameters

None.

Return Values

Returns the final rendering position.

Description

Returns the coordinates of the position after the last character is rendered.

Use this value to specify the pos argument of functions like Printf, so you can continue rendering from where the previous string ended.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL