aboutsummaryrefslogtreecommitdiff
path: root/mouse.pd
AgeCommit message (Collapse)Author
2011-11-18standardized on hans@eds.orgHans-Christoph Steiner
svn path=/trunk/externals/hid/; revision=15793
2009-04-18switched device-specific objects to use the device-specific 'open mouse' and ↵Hans-Christoph Steiner
'open joystick' messages svn path=/trunk/externals/hcs/hid/; revision=11052
2009-04-18fixed crasher bug with mouse-help patch and made [mouse] use the [open mouse ↵Hans-Christoph Steiner
( message for [hid] svn path=/trunk/externals/hcs/hid/; revision=11051
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=10266
2006-05-27seemed to fix the mac crasher bug caused by HIDReleaseBuildList wierdness; ↵Hans-Christoph Steiner
cleaned up things a bit and made it possible to open devices by type svn path=/trunk/externals/hcs/hid/; revision=5138
2005-06-10preliminary sketch for making [mouse] output 0,0 when no activity. the OSHans-Christoph Steiner
delivers no data when the mouse isn't moving, this makes it very difficult to use the relative axes data as a controller since the last value would be the last time the mouse moved, so the parameter being controlled by a relative axis will stick at the last value when the mouse is still. svn path=/trunk/externals/hcs/hid/; revision=3163
2005-05-20the object now resets the output to zero when data isn't detected within 50 msHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=3041
2004-11-27quick kludge to add more event types for MacOS X, including a test version ↵Hans-Christoph Steiner
of keyboard support svn path=/trunk/externals/hcs/hid/; revision=2324
2004-11-14removed the ev_ from the typesHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=2270
2004-11-06things are working MacOS X, but there are lots of bugsHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=2227
2004-11-04created general mouse object for rapid prototyping and beginnersHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=2204