MoveCursor

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

Syntax

void MoveCursor(
     f32 dx,
     f32 dy
);

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

List of Overloaded Member Functions

MoveCursor ( f32, f32 ) Moves the cursor from its current position by the distance specified.
MoveCursor ( f32, f32, f32 ) Moves the cursor from its current position by the distance specified.

Description of MoveCursor(f32, f32)

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

Description of MoveCursor(f32, f32, f32)

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


CONFIDENTIAL