From 7287771577670342e44e02f28f046a7ab0b5bb85 Mon Sep 17 00:00:00 2001 From: Luke Campagnola <> Date: Thu, 12 Apr 2012 12:44:31 -0400 Subject: [PATCH] docstring update --- examples/JoystickButton.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/JoystickButton.py b/examples/JoystickButton.py index 0c733513..7acf2450 100644 --- a/examples/JoystickButton.py +++ b/examples/JoystickButton.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 -*- - -## Display an animated arrowhead following a curve. -## This example uses the CurveArrow class, which is a combination -## of ArrowItem and CurvePoint. -## -## To place a static arrow anywhere in a scene, use ArrowItem. -## To attach other types of item to a curve, use CurvePoint. +""" +JoystickButton is a button with x/y values. When the button is depressed and the mouse dragged, the x/y values change to follow the mouse. +When the mouse button is released, the x/y values change to 0,0 (rather like litting go of the joystick). +""" import initExample ## Add path to library (just for examples; you do not need this)