From 318f9af274c682b780bc611b871c4bc75353e202 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 2 Mar 2020 23:59:25 -0600 Subject: [PATCH] Updated TODO --- TODO.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 95b07fb..c773c51 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,13 @@ # TODO -* Add maximum stick output limit in some way +* ~~Add maximum stick output limit in some way~~ * Add cross dead zone (per axis) for sticks * Add some preset context menus back (sticks, dpad) -* Add SuppressUnmanagedCodeSecurity to some extra classes +* ~~Add SuppressUnmanagedCodeSecurity to some extra classes~~ +* Abstract output slots +* Abstract KB+M codes to allow different event systems (Vmulti) +* Look into logging exceptions thrown in background threads +* Add mutex for controller input reader thread (better control +Controller Readings display) +* Add numeric data to Controller Readings tab