From 2cf116883096bf809db292db26eef889ad39d4db Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 21 Dec 2014 18:45:37 -0500 Subject: Started writing the code for handling mouse moves and checkbox hovers. --- wintable/new/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wintable/new/main.c') diff --git a/wintable/new/main.c b/wintable/new/main.c index 316c760..43e4391 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -75,6 +75,8 @@ struct table { HTHEME theme; int checkboxWidth; int checkboxHeight; + BOOL checkboxMouseOverLast; + LPARAM checkboxMouseOverLastPoint; }; #include "util.h" -- cgit v1.2.3