Applied patch for bug [ 1205691 ] Modified Fn keys don't work

(Paul Konig)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-21 16:59:27 +00:00
parent 19fc48c61d
commit 84ec90e90a
2 changed files with 72 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
#endif
/* the raw keyboard codes are generated under wxGTK and wxMSW only */
#if defined(__WXGTK__) || defined(__WXMSW__)
#if defined(__WXGTK__) || defined(__WXMSW__) || defined(__WXMAC__)
#define wxHAS_RAW_KEY_CODES
#else
#undef wxHAS_RAW_KEY_CODES