agusmba wrote: > > vitamin wrote: > > > > DInput joystick sample from DX SDK is ok. Of course you can use Wine's own dinput test program with WINETEST_INTERACTIVE=1 > > > I'll look for DInput. > I did a quick search for wine's dinput test and came out with: > > > Code: > > cd wine/dlls/dinput/tests > WINETESTINTERACTIVE=1 wine dinput_test.exe.so joystick > > or > > WINEDEBUG=+dinput WINETESTINTERACTIVE=1 wine dinput_test.exe.so joystick > > > > > Would these two be enough? I'll post the output when I get home. > > Thanks! First should work - no need for the WINEDEBUG.