winmm: Rearrange device mapping when a new default device is chosen.
[wine] / dlls / dinput / joystick_private.h
2012-08-24  Lucas Zawackidinput: Disable linuxinput or linux joysticks based...
2011-07-12  Lucas Fialho Zawackidinput: BuildActionMap and SetActionMap stubs for gener...
2011-05-18  Marcus Meissnerdinput: Mark internal symbols with hidden visibility.
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-03  Vitaliy Margolendinput: Pass interface instead of this pointer to joyst...
2011-01-03  Vitaliy Margolendinput: Rename IDirectInputDevice2AImpl into IDirectInp...
2010-08-31  Andrew Talbotdinput: Constify some variables.
2009-09-08  Vitaliy Margolendinput: Convert axis mapping array to int instead of...
2009-08-19  Vitaliy Margolendinput: Let driver specify default axis mapping.
2009-08-19  Vitaliy Margolendinput: Move setup_dinput_options into common place.
2009-08-19  Vitaliy Margolendinput: Move axes count into base joystick class.
2009-08-19  Vitaliy Margolendinput: Move axes mapping array and default dead-zone...
2009-04-20  Francois GougetAssorted spelling fixes.
2009-04-20  Vitaliy Margolendinput: Make props array a part of the generic joystick...
2009-04-20  Vitaliy Margolendinput: Remove redundant stuff.
2009-04-20  Vitaliy Margolendinput: Make EnumDevices and GetObjectInfo consistent...
2009-03-10  Aric Stewartdinput: Create generic joystick Acquire/Unacquire.
2009-03-10  Aric Stewartdinput: Move joystick mapping functions to the generic...
2009-03-10  Aric Stewartdinput: Move joystick Polling and Device State to the...
2009-03-10  Aric Stewartdinput: Move joystick productGuid and Name to the gener...
2009-03-10  Aric Stewartdinput: Begin joystick separation into a generic module.