I am using the MouseState object as a controller and I noticed that delta X and delta Y don't zero themselves with the mouse is just sitting there. Instead they keep the last delta value. You can zero one axis by moving the mouse in the other axis while keeping that axis steady. So it looks like these values only update with the mouse is moving.
Is this the way the Max object is? It seems to me to be less useful this way, instead of zeroing itself when the mouse is standing still, but I could be wrong.
.hc
zen
\
\
\[D[D[D[D
hi hc,
Hans-Christoph Steiner wrote:
I am using the MouseState object as a controller and I noticed that delta X and delta Y don't zero themselves with the mouse is just
they do (at least here), if MouseState is being banged, e.g. using metro. They do not, indeed, if using 'poll' mode -- same in max.
Ok, the 'poll' is a misnomer, perhaps, since it is actually metro which does the polling. It should be 'callback' or something...
k