chourmovs
2008-Jul-30 16:27 UTC
[Wine] Re: dinput_test works but WINEDEBUG shows no joystick for game?
Gamelist invoking xinput1_3.dll grow everyday and maybe it's time for us to work on it I'm neebie with msdn C++ coding and i didn't read a line of wine code Where do i have to begin ? Anyone could guide me a bit threw wine input library and code ? or indicate me some interesting documentation ? Is there someone working on it first ? or in charge of input implementation ? Thank you
vitamin
2008-Jul-30 19:04 UTC
[Wine] Re: dinput_test works but WINEDEBUG shows no joystick for game?
chourmovs wrote:> Gamelist invoking xinput1_3.dll grow everyday and maybe it's time for us to work on it > > I'm neebie with msdn C++ coding and i didn't read a line of wine code > > Where do i have to begin ? > > Anyone could guide me a bit threw wine input library and code ? or indicate me some interesting documentation ? > > Is there someone working on it first ? or in charge of input implementation ? > > Thank youNow we talking :-) You can find some information about x_input on ... msdn. Also you can look at the samples of the code there or from DXSDK. This is ok to look at that code because this is not the actual dlls, but samples of how to use it. AFAIK no one working on it. But to be sure you can ask on wine-devel mailing list.