SlimDX and joystick maximum range

Started by
0 comments, last by AmzBee 11 years, 1 month ago

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.

Advertisement

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.

We are now on Tumblr, so please come and check out our site!

http://xpod-games.com

This topic is closed to new replies.

Advertisement