nw::font::CharWriter::SetCursor Member Function

Syntax

void SetCursor(
     f32 x,
     f32 y
);

Arguments

Name Description
in x New X-coordinate of the cursor.
in y New Y-coordinate of the cursor.

Return Values

None.

Description

Sets the cursor position to the new coordinate that has been specified.

The Z-coordinate does not change when the first format is used.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL