Posted: 20 Apr 2015, 16:41
I would ideally need a mouse delta for several stuff. (on mtcontrol type module)
i dlike to see while moving if going left or right (and later maybe acceleration, so delta seems the best variable)
I will investigate and repport my finds but I was wondering what would be most efficient stategy to get it, in terms of cpu and easyness.
sounds not the best way to make process active just for this, but maybe it's the only way to go?,
or maybe make/set a 'physical' parameter and compare would work. will try.
could there be a trick code im not aware of, to directly get this on the ::onmove callback without process or setting a param?
any global ideas?
i dlike to see while moving if going left or right (and later maybe acceleration, so delta seems the best variable)
I will investigate and repport my finds but I was wondering what would be most efficient stategy to get it, in terms of cpu and easyness.
sounds not the best way to make process active just for this, but maybe it's the only way to go?,
or maybe make/set a 'physical' parameter and compare would work. will try.
could there be a trick code im not aware of, to directly get this on the ::onmove callback without process or setting a param?
any global ideas?