Hello.
I would like to know how to get maxim range of joystick axis using SlimDX.
When I call:
int temp = joystick.Properties.UpperRange;
I'm getting E_NOTIMPL exception.
Posted 10 March 2013 - 06:31 PM
E_NOTIMPL is a message from DirectX error telling you the functionality you tried to access is not implemented (I think) either by drivers you have installed or your hardware. What version of DirectX are you using? and is it up to date?
Aimee.