Search found 5 matches

by artistlsm
Mon Dec 23, 2013 3:53 am
Forum: Developer's Forum for Windows
Topic: SI_BUTTON_EVENT never arrives in the application
Replies: 7
Views: 14407

Re: SI_BUTTON_EVENT never arrives in the application

jwick wrote:Did you create a profile for your application? Please PM me that profile.
Yes, we did. Have sent the profile in a PM. Thanks!
by artistlsm
Thu Dec 12, 2013 7:57 am
Forum: Developer's Forum for Windows
Topic: SI_BUTTON_EVENT never arrives in the application
Replies: 7
Views: 14407

Re: SI_BUTTON_EVENT never arrives in the application

Hi JWick, Thank you very much for the kind answers! This is indeed a very important piece of information that we lacked earlier. And now it explains everything neatly. Having gotten a clearer overview now, we asked ourselves if there's a separate API that we could use to get some useful information ...
by artistlsm
Tue Dec 03, 2013 11:02 am
Forum: Developer's Forum for Windows
Topic: SI_BUTTON_EVENT never arrives in the application
Replies: 7
Views: 14407

Re: SI_BUTTON_EVENT never arrives in the application

The default profile may redirect all the button events to some sort of driver function instead of sending them on to your application. You need to create a profile for your application and set all the buttons to be sent to your app (like the 3DxTest profile). The executable name is specified in the...
by artistlsm
Thu Nov 28, 2013 2:13 am
Forum: Developer's Forum for Windows
Topic: SI_BUTTON_EVENT never arrives in the application
Replies: 7
Views: 14407

Re: SI_BUTTON_EVENT never arrives in the application

Some additional info that might help the dev team to trace the root cause:

Input Device : SpaceMouse Wireless
Software: 3DxWare 10 (64-bit) 10.0.19
SDK: 3DxWare SDK 3.0.2
OS: Windows 8 64 bit


Thanks.
by artistlsm
Tue Nov 26, 2013 8:33 am
Forum: Developer's Forum for Windows
Topic: SI_BUTTON_EVENT never arrives in the application
Replies: 7
Views: 14407

SI_BUTTON_EVENT never arrives in the application

Hi there, I wrote a small console application to study the input behavior before integrating the input listener into our commercial application. One peculiar behavior that I notice is that the application never receives the SI_BUTTON_EVENT messages, note that other event messages such as SI_MOTION_E...