Prep for a pull request.
THINGS CHANGED: - Keyboard is less fuzzy - Back-light turns off after exiting keyboard mode - DPad can be configured as a POV Hat - Screen touches are more accurate when using as a joystick - When touch is configured as a joystick, untapping will spring the axis to the center - Changed the config file to be in controller mode - Volume slider is sent as the "Z" axis in vJoy
This commit is contained in:
parent
ef7b8c2c9e
commit
79bef7cdfc
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include "input.h"
|
||||
|
||||
//Insert line of text here to test if Git for Windows will work with this repo.
|
||||
|
||||
int inputIP(void) {
|
||||
touchPosition touch;
|
||||
hidTouchRead(&touch);
|
||||
|
|
Loading…
Reference in a new issue