The on_move() method doesn't seem to activate on a mac until the the window is released. On linux, on_move() is called every time the window is moved.
This can be worked around by placing a check for window movement in an update function. Also, the mac version doesn't offer handles to resize the window when resize is set to true. The set_size() method works so the window may be programmed to change size in response to user interaction. Resize works normally on the linux version. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
