From 83d36265f11f0b4f1cc55e677c4850401d9e630d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 20 Nov 2014 18:27:03 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/main.c b/wintable/main.c index 1c6dad0..6f1b3d8 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -36,6 +36,7 @@ enum { // - http://msdn.microsoft.com/en-us/library/windows/desktop/bb775574%28v=vs.85%29.aspx // - hscroll // - keyboard navigation +// - how will this affect hot-tracking? // - accessibility // - must use MSAA as UI Automation is not included by default on Windows XP (and apparently requires SP3?) // - try horizontally scrolling the initail window and watch the selection rect corrupt itself *sometimes*