diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-21 05:37:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-21 05:37:24 -0400 |
| commit | e5c74b832be68fdbefb9c7527c2367dba1cec7a8 (patch) | |
| tree | bff78082b8666a04ce42b815b11a65ddee77821d /redo/winapi_windows.h | |
| parent | f3ca234dda0c34c2bd11acee414111d1c745422d (diff) | |
Changed AreaHandler.Key() to return a boolean value indicating if the event was handled; implemented this on Windows. It does sledgehammer some edge cases I wanted to avoid, but it also avoids fussing about scrolling and focus and what not.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 5787331..c11dc7c 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -34,6 +34,8 @@ enum { msgTabCurrentTabHasChildren, msgBeginModal, msgEndModal, + msgAreaKeyDown, + msgAreaKeyUp, }; // uitask_windows.c |
