Updates while Window is being moved

I see… does window signal an event when the user begins to drag the window? What about when the user stops? If so, how may I retrieve it from Panda?

Edit:

Okay, I can catch window events, but I don’t seem to have a way to identify the specific window event I caught. Also, an event only fires when I release the window, and not when I begin dragging it. Might mouse events be an alternative to determine when a user begins to drag the window around?