Search found 3 matches

by WIREDduns
Sat May 05, 2007 11:42 pm
Forum: Developer's Forum for Windows
Topic: Windows example to read the SpaceNavigator
Replies: 7
Views: 18460

Hi Jim,

I did look at the COM SDK and its examples but both are done using
a WINDOWS handle.

I have no experience programming DirectInput or HID. An example
would be appreciated to read out part of the device to get me started.

Regards
Mark
by WIREDduns
Sat May 05, 2007 1:43 pm
Forum: Developer's Forum for Windows
Topic: Windows example to read the SpaceNavigator
Replies: 7
Views: 18460

Windows example to read the SpaceNavigator

Hi is there a Windows example to read the Space Navigator without a need for a reference to a WINDOW, that is, I want to run some loop to read the device and forward events to a different program. I managed on MacOS X using the CFRunLoop call which does not actually create a window or GUI. Is there ...
by WIREDduns
Sat May 05, 2007 1:35 pm
Forum: Developer's Forum for Windows
Topic: Wishlist for SDK
Replies: 2
Views: 11463

SDK should allow to read w/o the need of a Windows env.

Hi agreed with the above. And on top of that (or as part of it) the SDK should allow to read devices without the need of activating either XWindows or any Windows related loop to handle the device. This is interesting if you would want to forward events from a device to a different program which alr...