diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-13 13:56:31 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-13 13:56:31 -0500 |
| commit | cecfa8299429d52315616a9a3ce74302946d5662 (patch) | |
| tree | a67a0c3f2e37d145c5ce4b3c227e2eff7175e62d /wintable/new/events.h | |
| parent | 516173916e598781f22c42580aecbf75b109f6d3 (diff) | |
Implemented mouse click selection.
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, }; |
