Added m_scanCode field to wxKeyEvent

Added a few more WXK symbols to wxGTK


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-13 09:53:44 +00:00
parent cd8b9f13c7
commit b0e813a0c1
4 changed files with 54 additions and 12 deletions

View File

@@ -658,6 +658,7 @@ public:
bool m_shiftDown;
bool m_altDown;
bool m_metaDown;
bool m_scanCode;
};
// Size event class