#include <nitro/prc.h>
void* PRC_GetInputPatternStrokes(
PRCStrokes* strokes,
const PRCInputPattern* input );
Acquires shaped stroke data from an input pattern that is shaped by PRC_InitInputPattern*. Since the strokes data structure is a pointer to the stroke data that constitutes the input pattern data, you must not overwrite the stroke data in strokes.
strokes |
Pointer to the PRCStrokes structure that stores stroke data. |
input |
Pointer to an input pattern |
None
06/23/2004 Initial Version