pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

DirectInput Keyboard & Mouse Buffered Data Style #890

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use a version of The January 2012
I use in my program SlimDX.DirectInput Keyboard & Mouse, and found a very 
strange behavior when using Buffered Data Style
Bug easily found in Samples => DirectInput Keyboard / Mouse.
If the Create Device to use "Buffered" Radio button, while holding down the 
button (keyboard or mouse), the status bar will be empty! Ie the buffer gets 
only the first pressing, but it toggled not.
Same for RawInput - check MouseRI sample

HELP

Original issue reported on code.google.com by wlas...@mail.ru on 17 Jan 2013 at 2:40

GoogleCodeExporter commented 9 years ago
The buffered style just queues up input packets. This looks like expected 
behavior to me.

Original comment by Mike.Popoloski on 24 Jan 2013 at 4:18