PRC_AppendPenUpMarker

C Specification

#include <nitro/prc.h>

void PRC_AppendPenUpMarker( PRCStrokes*  strokes );

Arguments

strokes Pointer to the input stroke structure.

Return Values

None

Description

Appends a marker at the end of strokes that indicates that the pen has lifted up.

It is equivalent to PRC_AppendPoint(strokes, PRC_PEN_UP_MARKER_X, PRC_PEN_UP_MARKER_Y).

See Also

PRC_InitStrokes, PRC_AppendPoint, PRC_Clear, PRC_IsFull

Revision History

06/23/2004 Initial Version