

#include <nitro/prc.h>
void PRC_AppendPenUpMarker( PRCStrokes* strokes );
| strokes | Pointer to the input stroke structure. |
None.
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).
PRC_InitStrokes, PRC_AppendPoint, PRC_Clear, PRC_IsFull
2004/06/23 Initial version.
CONFIDENTIAL