From 1283f274df9dfe3271375e0240d634c05b4ec54c Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 1 Jan 2018 06:11:14 -0600 Subject: [PATCH] Updated TODO file --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 95c2453..ac9e7b7 100644 --- a/TODO.md +++ b/TODO.md @@ -20,4 +20,8 @@ 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 +* Look into distributing profile properties around various objects +rather than using a lot of getters to obtain properties each poll. +It will complicate the architecture a little bit but hopefully +any speed difference will make up for it.