cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Fluid mouse movement
Fluid mouse movement
Dec 5, 2010 at 8:21am UTC
taylorc8
(40)
What is the best way to map an input device like a joystick to mouse movement? Windows Messages, or polling? Those are the only two options I've read about so far, I've tried polling and I can't get acceptable results with it.
Dec 5, 2010 at 10:48am UTC
Athar
(4466)
Handling events is almost always preferable to polling.
However, both ways should be fluid if you're updating the cursor every frame.
Dec 10, 2010 at 10:41pm UTC
Kiana
(186)
http://msdn.microsoft.com/en-us/library/ms644990%28v=vs.85%29.aspx
Topic archived. No new replies allowed.