From 2986e656824815d1bb6d9fb3b3b11d454850ca94 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 25 Nov 2017 16:46:49 -0600 Subject: [PATCH] Add some tasks to TODO file --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO.md b/TODO.md index a21c5bd..2544256 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,14 @@ * Integrate HidGuardian * Experiment with ViGEm driver +* Replace BackgroundImage for panel controls to use PictureBox (high contrast) +* Further tweak analog stick mouse mode +* Attempt to work out BT disconnect issues by looking at older versions +* Attempt to remove reliance on the main thread when disconnecting a device. +Currently used to delay hotplug routine +* Attempt to remove more unused components +* Tweak layout of some forms +* Look into updating HidLibrary * ~~Remove button for older exclusive mode workaround~~ * ~~Test TabControl to contain isolated panels in Options~~