X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0472ece753aa3c018dd2cc9816d3cd755f28efe8..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/features.h?ds=sidebyside diff --git a/include/wx/features.h b/include/wx/features.h index 25eacf788f..15f9dc9bba 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -20,5 +20,12 @@ #undef wxHAS_RADIO_MENU_ITEMS #endif +// the raw keyboard codes are generated under wxGTK and wxMSW only +#if defined(__WXGTK__) || defined(__WXMSW__) + #define wxHAS_RAW_KEY_CODES +#else + #undef wxHAS_RAW_KEY_CODES +#endif + #endif // _WX_FEATURES_H_