Search found 9 matches

by dr.ridu
Mon May 12, 2008 10:29 am
Forum: Developer's Forum for Windows
Topic: How can I read the data of the 3D mouse though the USB port?
Replies: 9
Views: 16994

yeaah, that's what I'm doing now and its much better. But the jiggering is just less and not away.... It should be ok for testcases. Not really for a serious application. I understand that not using the driver gets me to such things. But using DX and needing 4-5 days just for getting this... hmmmm...
by dr.ridu
Mon May 12, 2008 9:33 am
Forum: Developer's Forum for Windows
Topic: How can I read the data of the 3D mouse though the USB port?
Replies: 9
Views: 16994

I'm tickling the poll during the renderloop. So its maximum 60Hz. Is that really too fast ? I can't use gettickcount for clamping the framerate because I'm already using it elsewhere....
by dr.ridu
Mon May 12, 2008 8:49 am
Forum: Developer's Forum for Windows
Topic: How can I read the data of the 3D mouse though the USB port?
Replies: 9
Views: 16994

values jiggering

hi, as i mentioned in another thread i've tried the DInputPoll-Example and got it working. But the values are jiggering (like doubling for one frame) from time to time. That makes it impossible to use the Navigator. Anybody heard of this problem ? I Tried the search "values jigger" but (as...
by dr.ridu
Mon May 12, 2008 4:49 am
Forum: Developer's Forum for Windows
Topic: DInput
Replies: 6
Views: 12611

uppps

uuups,

I'm sorry. I was confused by having the choice between an english and a german Forum....
That's why nobody answered ;-)
O.K, but it doesn't matter anymore because my problems are fixed. Next time I'll know....

greenthings
by dr.ridu
Fri May 09, 2008 7:57 am
Forum: Developer's Forum for Windows
Topic: DInput
Replies: 6
Views: 12611

Geschafft

hallo alle,

danke für das Interesse und die zahlreichen Antworten ;-)
Ich habs grade geschafft.

liebe gruesse
by dr.ridu
Fri May 09, 2008 3:38 am
Forum: Developer's Forum for Windows
Topic: DInput
Replies: 6
Views: 12611

DINPUT zur WndProc ?

ich bin jetzt dazu übergegangen das DINPUT_Poll Beispiel so umzubauen, dass ich das Dialoffenster rausbekomme und alle Daten in die WndProc umgeleitet werden bzw. von mir aus kann es gerne einen eigenen Eventhandler geben, aber eben ohne das zweite Fenster. Hat jemand eine Idee ? Ich sehe noch nicht...
by dr.ridu
Fri May 09, 2008 2:28 am
Forum: Developer's Forum for Windows
Topic: DInput
Replies: 6
Views: 12611

WM_INPUTExample nur ab WXP ?

Verstehe ich das richtig, dass dass WM_INPUTExample gar nicht für W2k funktioniert, weil es die GetRawInputData erst ab WXP gibt ?
Und ist es eigentlich sinnvoller ins englische Forum zu schreiben, weil man dort mehr Leute erreicht ?

gruesse
by dr.ridu
Fri May 09, 2008 2:17 am
Forum: Developer's Forum for Windows
Topic: DInput
Replies: 6
Views: 12611

WM_INPUTExample

Ich habe es jetzt auch mal mit dem WM_INPUTExample probiert, aber das bekomme ich nicht mal im Original gestartet. Eine MessageBox sagt mir:
"Der Prozedureinsprungspunkt "GetRawInputData" wurde in der DLL "USER32.dll" nicht gefunden".

Weiss jemand Rat ?
by dr.ridu
Thu May 08, 2008 3:55 pm
Forum: Developer's Forum for Windows
Topic: DInput
Replies: 6
Views: 12611

DInput

hi all, I'm running a DX9-application under W2k and I'm desperately trying to get the Spacenavigator working. I've looked over the examples and decided to use the DInput-poll-example. I've done stuff like this before but that one seems too hard for me ? I've integrated InitDI8, EnumDevicesCB, EnumAx...