summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-21 05:37:24 -0400
committerPietro Gagliardi <[email protected]>2014-08-21 05:37:24 -0400
commite5c74b832be68fdbefb9c7527c2367dba1cec7a8 (patch)
treebff78082b8666a04ce42b815b11a65ddee77821d /redo/winapi_windows.h
parentf3ca234dda0c34c2bd11acee414111d1c745422d (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.h2
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