#105672#call KeyUp method when typing keys to support Buttons

This commit is contained in:
Gregor Hartmann 2002-11-27 11:37:52 +00:00
parent 88afdb9a92
commit 8255d8564f

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sta_list.cxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: mh $ $Date: 2002-11-18 15:29:00 $
* last change: $Author: gh $ $Date: 2002-11-27 12:37:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -958,6 +958,7 @@ void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt )
{
if ( !Application::CallAccel( aKEvnt.GetKeyCode() ) )
CALL_EVENT_WITH_NOTIFY( EVENT_KEYINPUT, aKEvnt, pWin, KeyInput )
CALL_EVENT_WITH_NOTIFY( EVENT_KEYUP, aKEvnt, pWin, KeyUp )
};
void ImplMouseMove( Window* pWin, MouseEvent &aMEvnt )