#include <nitro/prc.h>
BOOL PRC_IsPenUpMarker( PRCPoint* point );
point | Pointer to PRCPoint . |
Returns TRUE if point
is the pen-up marker for indicating that the pen was lifted up.
Checks whether point
is the pen-up marker for indicating that the pen was lifted up.
06/23/2004 Initial Version