On Nov 13, 2007 8:28 PM, Alex Holkner <[EMAIL PROTECTED]> wrote: > WM_SIZING and WM_MOVING are not generated when the mouse button is > down but not moving (though the event loop is still blocked)... with > live window resizing and moving enabled (the default since xp afaik) > they are equivalent to WM_SIZE and WM_MOVE. > I just tried spy++ with a few apps, looks like WM_SIZING messages weren't being generated for any I was looking at ... however WM_MOVE were, as well as WM_WINDOWPOSCHANGING. The WM_WINDOWPOSCHANGING looks interesting http://msdn2.microsoft.com/en-us/library/ms632653.aspx
Also, if it isn't calling your WindowProc handler messages, I would expect you could still process them with a windows hook, cause they are definitely generated and processed by someone --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
