nw::font::CharWriter::MoveCursor Member Function

Syntax

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

Arguments

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

Return Values

None.

Description

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

As for the x-, y- and z-axes, when dx, dy, or dz are positive, the cursor moves in the corresponding positive direction.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL