MoveCursor

nn::font::CTR::CharWriter::MoveCursor Member Function

Syntax

void MoveCursor(
     f32 dx,
     f32 dy,
     f32 dz
);

Parameters

Name Description
in dx Distance to move the cursor along the x-axis.
in dy Distance to move the cursor along the y-axis.
in dz Distance to move the cursor along the z-axis.

Return Values

None.

Description

Moves the cursor from its current position by the distance specified.


CONFIDENTIAL