Search found 10 matches

by Mathias
Thu Apr 29, 2010 12:50 pm
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

Your support is just awesome - thanks a lot for that.

We are currently developing SpaceNavigator support for the biochemical algorithms library BallView at the chair of Bioinformatics at Saarland University, Germany. You can find the project webpage here:

http://www.ball-project.org/Ballview
by Mathias
Thu Apr 29, 2010 11:55 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

That works pretty well for me. Thank you jwick.
by Mathias
Thu Apr 29, 2010 9:34 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

If I get it right, the Buffered-Read example from Microsoft reades the data into an object called pri. How can I get the SpaceNavigator data out of this object?
by Mathias
Thu Apr 29, 2010 9:28 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

In some cases doing complex calculations can't be avoided. If so, it shouldn't be a problem, if the RawInput is always read as the complete available Buffer and everything is processed together. Using the buffer we can work all waiting input reasonably together to one input command and then process ...
by Mathias
Thu Apr 29, 2010 8:18 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

I would also be very much interested in an example for GetRawInputBuffer(). The problem with the SpaceNavigator, providing input data is, that it sends a lot of data, so using GetRawInputData() makes applications go on executing on this data from 1 up to 5 seconds after you pulled your hand of the d...
by Mathias
Fri Apr 23, 2010 5:51 am
Forum: Developer's Forum for Windows
Topic: How can I overwrite the WndProc() using Qt under Windows?
Replies: 2
Views: 9186

I could make it work using the setEventFilter() method. Thanks for help.
by Mathias
Thu Apr 22, 2010 7:28 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

Now it works. Seems as though that was a temporary problem.
Thanks for your help.
by Mathias
Thu Apr 22, 2010 7:22 am
Forum: Developer's Forum for Windows
Topic: How can I overwrite the WndProc() using Qt under Windows?
Replies: 2
Views: 9186

How can I overwrite the WndProc() using Qt under Windows?

Hey there I'm using C++ with Visual Studio 2008. The app I'm working on was originally developed under Linux using Qt and there is also a Mac version both with SpaceNavigator support. I'm now trying to include the SpaceNavigator under Windows with help of the file "Programming for the 3D Mouse....
by Mathias
Thu Apr 22, 2010 4:10 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 164012

Server seems to be down again. Can you send me the files or upload the somewhere else so that they are reachable?

Thanks a lot in advance!
by Mathias
Sat Sep 05, 2009 3:00 pm
Forum: Developer's Forum for Windows
Topic: Problems wth 3D and VS 2008 - CLR, windows forms application
Replies: 0
Views: 7479

Problems wth 3D and VS 2008 - CLR, windows forms application

Hey there I have this beautiful SpaceNavigator here and now I'm trying to integrate it to the software we are developing at our university as part of my bachelor thesis. Unfortunately I have problems to even get it startet. I'm working under Windows Xp using the Microsoft Visual Studio 2008 and I'd ...