FFB doesn't work with delphix at the moment anyway.

But buttons should definately work, and, for axis I use:

if (mainfm.DXInput1.Joystick.Joystate.rgdwPOV[0]=0)then
begin


This will be UP direction with digital ON.

Other values (for the =0 part) are then 18000, 27000, 9000 for other directions, and yes values for diagonals are there too. I forget but I think 4500 is one, then half way between 9000 and 18000 so on so on so on

But should you not want digital anyway, it won't matter because as I say, FFB is not even working at the moment for delphix

Show me some of your code