I took a look at this an found we were getting a WM_GESTURENOTIFY event and then nothing for quite a while. Suspecting that the Gesture recognition architecture may be to blame I turned it off using RegisterTouchWindow. When testing this disables the gesture API and immediately sends all events to our window for processing.
Also still works with Wintab :)