Jump to content

Software trackball control


Recommended Posts

  • 3 weeks later...

If you are trying to enter a coordinate, aren't there easier ways to do that (numerics, sliders, knobs)? Because that would be like creating a "mouse control". You could build a control as either a typedef or an XControl or similar with an event structure that registered the position of mouse clicks. Or you could just use the event structure to register the position of the mouse on a click. You could also register pressing of the arrow keys, or create a key binding of the arrow keys to buttons on the front panel. Otherwise, you are getting into some tricky programming in regards to emulating 3D motion in a 2d front panel.

If you mean to read from a physical track ball like a joystick, I think that involves some configuration on the OS side first such that it is not registered as the primary pointing device.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.