Search found 7 matches

by LeifB
Mon Sep 17, 2018 9:17 am
Forum: Feedback
Topic: TinkerCad and OmeagaCad
Replies: 14
Views: 77529

Re: TinkerCad and OmeagaCad

This is great!

I was the originator of the feature request on the TinkerCad forums (Schema), would gladly cover the $5 plus some extra for beer :wink: PM me your info if you like!
by LeifB
Thu Jan 29, 2015 11:31 am
Forum: Developer's Forum for Windows
Topic: C# / C Sharp Example
Replies: 77
Views: 124020

Re: C# / C Sharp Example

Hey folks, The examples from UtaSH are great but they reply on WPF. If you're using plain C# and Windows Forms (like me), here's a little trick to make it easy to hook up to your Windows Forms code as a message handler and so on. It's a helper class as follows. (You could also in theory extend their...
by LeifB
Wed Jan 21, 2015 11:02 am
Forum: Developer's Forum for Windows
Topic: Not receiving rotation data
Replies: 6
Views: 9914

Re: Not receiving rotation data

Yes, I got a notification email soon after posting my message. Someone here must have been reading :wink:

I am up and running with our application now, by the way. Thanks again.
by LeifB
Tue Jan 20, 2015 1:32 pm
Forum: Developer's Forum for Windows
Topic: C# / C Sharp Example
Replies: 77
Views: 124020

Re: C# / C Sharp Example

I'm very interested in this as well. Cheers!

(Why the hesitation to post it publicly on the forum?)
by LeifB
Mon Jan 19, 2015 8:27 am
Forum: Developer's Forum for Windows
Topic: Not receiving rotation data
Replies: 6
Views: 9914

Re: Not receiving rotation data

Noted. We're only using this in-house anyway, but that's a good tip re. the length, thanks.

Are the packets defined anywhere? I filled out the form on your site regarding the updated SDK, but have received nada so far.
by LeifB
Fri Jan 16, 2015 9:56 am
Forum: Developer's Forum for Windows
Topic: Not receiving rotation data
Replies: 6
Views: 9914

Re: Not receiving rotation data

Oh, indeed it does. That was easy, thanks. Thanks for the super quick reply. Any thoughts on the random 0x17s? if (pRawInput->data.hid.bRawData[0] == 0x01) { // Translation vector short* pnData = reinterpret_cast<short*>(&pRawInput->data.hid.bRawData[1]); m_x = pnData[0]; m_y = pnData[1]; m_z = ...
by LeifB
Fri Jan 16, 2015 9:32 am
Forum: Developer's Forum for Windows
Topic: Not receiving rotation data
Replies: 6
Views: 9914

Not receiving rotation data

Hi all, First post with hopefully a simple question. I'm resurrecting an internal application with 3DConnexion support that my company wrote ~2010, and adapting it to work with a SpaceMouse Wireless (previously it was a SpaceNavigator, I think). It's working fine except that I never receive any rota...