small barely notable changes

This commit is contained in:
Alberto Ramos
2010-12-14 17:41:29 -07:00
parent a8b065b919
commit 902d2d4368
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -184,7 +184,10 @@ void Screen::Input( const InputEventPlus &input )
{
Message msg("");
if( m_Codes.InputMessage(input, msg) )
{
this->HandleMessage( msg );
return;
}
// Don't send release messages with the default handler.
switch( input.type )