Set wxKeyEvent::m_rawFlags to hardware key code in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:34:45 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:34:45 +0000 (14:34 +0000)
commit5995a84fcf90abb057c9bb92f80f79e8e66a6ad0
treef3f3f89b427db4472421aef50cecfb8be217512f
parent21567b0960efa40f51275e9e6216bf880eccff3a
Set wxKeyEvent::m_rawFlags to hardware key code in wxGTK.

The raw flags were previously unused in wxGTK but hardware key code is an
important information which may be useful to the application, so pass it in
the flags (this is rather symmetric with passing lParam in it under MSW as
lParam contains the scan code, among other things).

Also document the meaning of raw key code and flags in all the major ports.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/event.h
src/gtk/window.cpp