control motor with 3Dnavigation

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
baoqger
Posts: 7
Joined: Fri Sep 03, 2010 8:10 pm

control motor with 3Dnavigation

Post by baoqger »

My application is totally different from other developers'. I have a manipulation stage driven by motors, and the stage can move in three direction X Y Z. The stage has a joystick but It has only two directions to move. So I want to use the 3D Mouse-3D navigator to control the stage in nature way with X Y Z directions as first step, if possible I will extend the function to rotation.
So in fact my application do not need a graphic windows. A console appliction is enough. So is it possible and how to let a console application get raw input message? Are there some examples before?

Thanks very much!
baoqger
jwick
Moderator
Moderator
Posts: 3455
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Raw Input requires a window, but that window doesn't have to do anything. It may not even need to be displayed. You just want the message loop. You can also use HID, but that is much more code to write.
Post Reply