diff options
Diffstat (limited to 'wintable/new/events.h')
| -rw-r--r-- | wintable/new/events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/new/events.h b/wintable/new/events.h index 2e270a9..a631178 100644 --- a/wintable/new/events.h +++ b/wintable/new/events.h @@ -21,6 +21,7 @@ static const handlerfunc mouseLeaveHandlers[] = { }; static const handlerfunc lbuttonDownHandlers[] = { + mouseDownSelectHandler, NULL, }; @@ -28,6 +29,7 @@ static const handlerfunc lbuttonUpHandlers[] = { NULL, }; +// TODO remove or something? depends on if we implement combobox and how static const handlerfunc mouseWheelHandlers[] = { NULL, }; |
