Updated TODO file

This commit is contained in:
Travis Nickles 2017-12-20 22:53:13 -06:00
parent 3d387e5fde
commit 2284e1a70f

22
TODO.md
View File

@ -1,15 +1,23 @@
# TODO # TODO
* Integrate HidGuardian * Integrate HidGuardian. Whitelist cleanup, remove old exclusive mode
* Experiment with ViGEm driver workaround, write template AffectedDevices file
* ~~Replace BackgroundImage for panel controls to use PictureBox (high contrast)~~ * Perform some final cleanup and release version 1.5. Unfortunately,
* ~~Further tweak analog stick mouse mode~~ it won't happen in 2017. Maybe version 1.5 will be ready by January 2018.
* Experiment with ViGEm driver. This would be easier to test on my old
C++ test application before attempting to work it into DS4Windows.
* Attempt to work out BT disconnect issues by looking at older versions * Attempt to work out BT disconnect issues by looking at older versions
* Attempt to remove reliance on the main thread when disconnecting a device. * Attempt to remove reliance on the main thread when disconnecting a device.
Currently used to delay hotplug routine Currently used to delay hotplug routine
* Attempt to remove more unused components * Attempt to remove more unused components
* Tweak layout of some forms * ~~Tweak layout of some forms~~
* Look into updating HidLibrary * Look into updating HidLibrary
* ~~Remove button for older exclusive mode workaround~~ * Trim code execution for touchpad data. Remove unneeded new calls for Touch
* ~~Test TabControl to contain isolated panels in Options~~ instances. Make permanent instances and reuse those instances.
* Tweak SixAxis code to attempt to improve steering wheel performance
for racing games. It is already a better experience than what the Steam
Controller offers though.
* Possibly lower Enhanced Precision sensitivity by a notch
* Look into updating Task Scheduler to latest version
* Look into trackball emulation methods and attempt to implement it