aboutsummaryrefslogtreecommitdiff
path: root/mouse.pd
AgeCommit message (Collapse)Author
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