Draggable ========= This demo illustrates user interaction with draggable items. The green disk can be moved with the mouse, and its color changes dynamically to red when it leaves the dashed circular zone, then back to green when it re-enters it. .. raw:: html 2D draggable demo Full Code --------- .. literalinclude:: ../../../demo/2d_draggable.py :language: python :linenos: