Losing events in DirectInput?

Started by
0 comments, last by Heinzah 23 years, 11 months ago
Anybody have any good ideas of what can cause DirectInput to lose input events? For example, I am using buffered input for the mouse and the keyboard and occasionally my app will utterly fail to detect mouse-up and key-up events. I am checking to make sure that I am not overflowing the event buffer, and I am utterly baffled as to why these events aren''t showing up.
Advertisement
check how often you are updating the mouse data. In my app the mouse data is updated all the time (no waiting for a specificed time before updating) and my keyboard input is updated every 50ms. And both are part of WinMain.

+AA_970+

This topic is closed to new replies.

Advertisement