- MSWOnKeyDown((WORD) wParam, lParam);
- // we consider these message "not interesting"
+ {
+ // If this has been processed by an event handler,
+ // return 0 now (we've handled it).
+ if (MSWOnKeyDown((WORD) wParam, lParam))
+ {
+ return 0;
+ }
+
+ // we consider these message "not interesting" to OnChar