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

@@ -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