Search found 9 matches
- 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: 16989
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...
- 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: 16989
- 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: 16989
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...
- Mon May 12, 2008 4:49 am
- Forum: Developer's Forum for Windows
- Topic: DInput
- Replies: 6
- Views: 12610
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
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
- Fri May 09, 2008 7:57 am
- Forum: Developer's Forum for Windows
- Topic: DInput
- Replies: 6
- Views: 12610
Geschafft
hallo alle,
danke für das Interesse und die zahlreichen Antworten
Ich habs grade geschafft.
liebe gruesse
danke für das Interesse und die zahlreichen Antworten
Ich habs grade geschafft.
liebe gruesse
- Fri May 09, 2008 3:38 am
- Forum: Developer's Forum for Windows
- Topic: DInput
- Replies: 6
- Views: 12610
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...
- Fri May 09, 2008 2:28 am
- Forum: Developer's Forum for Windows
- Topic: DInput
- Replies: 6
- Views: 12610
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
Und ist es eigentlich sinnvoller ins englische Forum zu schreiben, weil man dort mehr Leute erreicht ?
gruesse
- Fri May 09, 2008 2:17 am
- Forum: Developer's Forum for Windows
- Topic: DInput
- Replies: 6
- Views: 12610
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 ?
"Der Prozedureinsprungspunkt "GetRawInputData" wurde in der DLL "USER32.dll" nicht gefunden".
Weiss jemand Rat ?
- Thu May 08, 2008 3:55 pm
- Forum: Developer's Forum for Windows
- Topic: DInput
- Replies: 6
- Views: 12610
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...