On Friday, 10 June 2016 4:11 PM, David Lawrie wrote:
This patch fixes Slider and Ry/Rx axes mapping and adds support for general multi-axis controllers (up to 6-axis controllers), steering wheels w/ accelerators/brakes, multiple sliders/dials/wheels (up to 3), rudder pedals, and throttles.
Tested on OS X 10.10.5
Signed-off-by: David Lawrie david.dljunk@gmail.com
dlls/winejoystick.drv/joystick_osx.c | 171 ++++++++++++++++++++++++----------- 1 file changed, 119 insertions(+), 52 deletions(-)
Hi David,
Your patch contains a mixture of tab and space indentation. The tabs, in particular, make the lines long and difficult to read.
Please resubmit your patch using four spaces for each level of indentation.
-- Hugh McMaster