Johan, that's exactly what I am doing.
But that's where/why my problem arise:
Because of the different order in which the stylus events are fired, on my stationary PC I do NOT get a StylusMove: because the StylusUp comes before the StylusMove, the stylus-down-flag has already be reset.
But on my ipaq (2210) the StylusMove directly follows the StylusDown, so the flag is still set and I receive/process a StylusMove (which I do not want if it is only a tap on the screen on one location).
The solution will probably be that I continuously register the coords in the StylusDown and StylusMove and check in the StylusMove if the new coords are really different from the registered ones. Only then I will consider this as a real StylusMove.
But what I don't understand is why a StylusMove is generated in the first place when I just tap on my PPC screen???