amerkoleci / Vortice.Windows

.NET bindings for Direct3D12, Direct3D11, WIC, Direct2D1, XInput, XAudio, X3DAudio, DXC, Direct3D9 and DirectInput.
MIT License
1.01k stars 73 forks source link

Is there currently anyway to get the ObjectProperties of an Object in DirectInput #373

Closed zoggins closed 1 year ago

zoggins commented 1 year ago

Is there currently anyway to get the ObjectProperties of an Object in DirectInput? I see that public ObjectProperties GetObjectPropertiesByName(string name) is commented out, so not sure if getting the properties is possible,

Thanks