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.