

#include <nitro/prc.h>
void PRC_AppendPoint(
PRCStrokes* strokes,
int x,
int y );
| strokes | 入力点列構造体へのポインタ |
| x | strokes に追加する点の x 座標 |
| y | strokes に追加する点の y 座標 |
なし。
strokes に点 (x, y) を追加します。
PRC_InitStrokes, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsFull
2004/06/23 初版