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:
@@ -658,6 +658,7 @@ public:
|
||||
bool m_shiftDown;
|
||||
bool m_altDown;
|
||||
bool m_metaDown;
|
||||
bool m_scanCode;
|
||||
};
|
||||
|
||||
// Size event class
|
||||
|
Reference in New Issue
Block a user