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:
@@ -326,6 +326,7 @@ wxKeyEvent::wxKeyEvent(wxEventType type)
|
||||
m_metaDown = FALSE;
|
||||
m_altDown = FALSE;
|
||||
m_keyCode = 0;
|
||||
m_scanCode = 0;
|
||||
}
|
||||
|
||||
void wxKeyEvent::CopyObject(wxObject& obj_d) const
|
||||
|
Reference in New Issue
Block a user