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