Added wxKeyEvent ctor for creating event of the different type for same key.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Dec 2011 00:50:19 +0000 (00:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Dec 2011 00:50:19 +0000 (00:50 +0000)
commite45d90901d75b511a851f94306f171fefb06e493
treec4727e90d31b361af3f867b22544b15aa00b7d09
parentdfc7216da7cf3c5bc06d19ed29ac2af419b036cd
Added wxKeyEvent ctor for creating event of the different type for same key.

This is useful for implementation code in a couple of ports so provide a
higher level ctor doing this instead of having to use a copy ctor and then
manually changing the event type.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h
src/common/event.cpp