From: symion <sy...@pr...> - 2008-12-19 08:14:23
|
My freeform polygon maker - program-7.py <http://home.primusonline.com.au/knoware/python/project-7.py> uses the mouse keys to draw 2D & 3D polygons. I use the left mouse drag and drop to draw the sides of the polygon, and a simple press of the right mouse key to close it. A very easy and intuitive method of drawing any sided polygons! It seems that right mouse key methods, press and release have not been implemented in v5.0! Without the right mouse key functions, this program is unable to close polygons and seems to be unstable. I will have to change program-7 so that the keyboard is used to close polygons instead. This will work, but the program will no longer be as intuitive and will probably behave more like a three legged camel! Is there any plan to reinstate right mouse functionality m.press and m.release? Symion |