aboutsummaryrefslogtreecommitdiff
path: root/cursor.c
AgeCommit message (Collapse)Author
2007-11-08bind to . instead of all to get absolute cursor position rather than canvas ↵Hans-Christoph Steiner
cursor position svn path=/trunk/externals/hcs/; revision=8956
2007-11-06- updated to work with set_cursors_in_tcl-0.41-test06.patch (patch #1826507),Hans-Christoph Steiner
now you can actually set the cursors and have them stick throughout Pd svn path=/trunk/externals/hcs/; revision=8942
2007-10-31added bang method and made button and wheel events always be reported, not ↵Hans-Christoph Steiner
only when polling svn path=/trunk/externals/hcs/; revision=8919
2007-10-31first working sketch of the cursor object getting data from the system mouse ↵Hans-Christoph Steiner
pointer; It works, but it only reports for the current canvas, not all teh time. I need to dive in deeper to Krzysztof's tricks svn path=/trunk/externals/hcs/; revision=8912
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/hcs/; revision=8902
2006-03-17rough start at a cursor object, I need help with Pd GUI programmingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4722