Using the vpython module one can drag an object through a 3D scene. Mouse events are sent regularly from the browser to the server, and I gather they are buffered until the Python program reaches the end of a cell, then all of them are sent. I would like to use only the most recent mouse position rather than process all of the buffered events. When reading these messages, is there a way to ask whether I've reached the end of the event buffer?
-- You received this message because you are subscribed to the Google Groups "Project Jupyter" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/d0ae8834-7a86-40f9-a834-3f8fdec0b0cc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
