diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-17 12:59:28 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-17 12:59:28 -0500 |
| commit | 010c989da9202f7261a98671377054867ba0d46d (patch) | |
| tree | 062936a0b3978c91f7d6363de98c33f3c01157d3 | |
| parent | 0fea01e2465574ac9d72e14dc3c947a317dad7e6 (diff) | |
Even more TODOs.
| -rw-r--r-- | wintable/select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/select.h b/wintable/select.h index 2361e24..898865a 100644 --- a/wintable/select.h +++ b/wintable/select.h @@ -118,6 +118,7 @@ HANDLER(mouseDownSelectHandler) // TODO separate this from here // TODO other mouse buttons? // don't check SetFocus()'s error (http://stackoverflow.com/questions/24073695/winapi-can-setfocus-return-null-without-an-error-because-thats-what-im-see) + // TODO NotifyWinEvent() here? SetFocus(t->hwnd); rc = lParamToRowColumn(t, lParam); // don't check if lParamToRowColumn() returned row -1 or column -1; we want deselection behavior |
