3dscontroller-ng/PC/include
Alex Rowe f5bc0146d7 Added Clamping to Joystick Values
Added Clamp function to general.c
Now clamps all final joystick values to be from 0 - 32767 (2^15 - 1).

Output from the 3ds was giving a strange range on the values, even though the
code expected it to be in the range -128 to 128.

Was more like -146 to 146 on the c-stick, and -170 to 170 on the circle pad.
This may remove some of the resolution of the sticks, but increase compatability with programs.
2017-02-12 15:45:34 -06:00
..
general.h Added Clamping to Joystick Values 2017-02-12 15:45:34 -06:00
joystick.h Initial merge of RedInquisitive's branch 2015-11-11 18:26:30 +10:30
keyboard.h Keyboard is less fuzzy and backlight turns off when the keyboard is closed. 2015-10-03 17:30:33 -05:00
keys.h Unified Pov styles, reorganised ini 2015-11-12 13:05:26 +10:30
public.h Update for latest compilers and libraries 2015-07-25 22:42:55 +01:00
settings.h Unified Pov styles, reorganised ini 2015-11-12 13:05:26 +10:30
vjoyinterface.h Update for latest compilers and libraries 2015-07-25 22:42:55 +01:00
wireless.h 3ds transmits volume status. 2015-10-03 19:29:44 -05:00