How to use on_mouse_motion to move around a lable via pyglet?

Posted by Nazarius Kappertaal on Stack Overflow See other posts from Stack Overflow or by Nazarius Kappertaal
Published on 2009-12-26T09:39:57Z Indexed on 2010/05/08 12:18 UTC
Read the original article Hit count: 483

How can one move a label around in the hello world example using the on_mouse_motion function?

The docs aren't clicking for me.

on_mouse-motion

hello_world_example.py

© Stack Overflow or respective owner

Related posts about pyglet

Related posts about hello-world