CMertens / slimdx

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

DirectInput TODO List #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
List of TODO items for DirectInput, which can hopefully be finished before
the next release.

1) Store the current data format so that it can be retrieved later.

2) Update the GetBufferedData function to allow easier data retrieval.

3) Add events for DeviceLost and BufferOverflow scenarios.

4) Add the getting and setting of device and object properties.

5) Minor fixes to Exception handling needed, specifically for HRESULT's
that are not considered errors by DI.

6) Add GUID constants for device objects.

7) Consider / discuss ideas about having separate Keyboard, Mouse, and
Joystick objects, as well as the generic Device class, which will make it
easy to use the standard objects.

Original issue reported on code.google.com by Mike.Popoloski on 2 Sep 2007 at 7:43

GoogleCodeExporter commented 9 years ago
Items 1, 3, 5, 6, and 7 have been completed.

Current list of DirectInput TODO:

1) Add the getting and setting of device and object properties.

2) Update the GetBufferedData function to allow easier data retrieval.

Original comment by Mike.Popoloski on 3 Sep 2007 at 9:27

GoogleCodeExporter commented 9 years ago
Finished

Original comment by Mike.Popoloski on 4 Sep 2007 at 9:44