Search found 3 matches

by sayala
Thu Jul 25, 2013 10:01 am
Forum: Developer's Forum for Windows
Topic: LED control via HID
Replies: 15
Views: 32240

Re: LED control via HID

what should be the input values for SiSetLED function? The following values not working

#define LED_ON 0x00010001
#define LED_OFF 0x00010000

SiSetLEDs(m_pscs->devHdl, LED_ON);
by sayala
Wed Jul 24, 2013 12:09 pm
Forum: Developer's Forum for Windows
Topic: 3DxWare SDK
Replies: 6
Views: 13555

Re: 3DxWare SDK

I just integrated space navigator into my application. I see that when right button is clicked, it displays pop-up menu to configure the mouse. How do i detect pop-up menu up state programatically? Is there an event sent when pop-up menu is shown/closed? Also, How do i close the pop-up menu programa...
by sayala
Wed Jul 24, 2013 11:59 am
Forum: Developer's Forum for Windows
Topic: LED control via HID
Replies: 15
Views: 32240

Re: LED control via HID

I am planning to use SiSetLED function to turn off/on LED on space navigator. with the following defines

#define LED_ON 0x00010001
#define LED_OFF 0x00010000

How do i find out the current LED state on space navigator? Is it the return value of SiSetLED function?