Fix a crash in Window::startDelayedInteractiveMoveResize()
The MoveResizeFilter doesn't have exclusive grab over tablet tool events because the cursor is moved in the the TabletInputFilter, which is at the end of the event filter chain.
We need to guard against starting delayed interactive move resize again since MoveResizeFilter::tabletToolEvent() doesn't filter events as expected.