R
raylopez99
I'm wondering, since my program uses a lot of mouse points when the
mouse is moving, but for resolution purposes doesn't really need to
collect so many mouse points, is it conventional to use a timer so
that mouse points are only collected every 100 or 500 ms--i.e. when
the timer fires-- rather than every 10ms (or whatever the default is
when the mouse is moving)?
It seems my program is bogging down with so many mouse points being
collected (though truth is, I have slow hardware).
Any thoughts appreciated.
RL
mouse is moving, but for resolution purposes doesn't really need to
collect so many mouse points, is it conventional to use a timer so
that mouse points are only collected every 100 or 500 ms--i.e. when
the timer fires-- rather than every 10ms (or whatever the default is
when the mouse is moving)?
It seems my program is bogging down with so many mouse points being
collected (though truth is, I have slow hardware).
Any thoughts appreciated.
RL