handle IET_LEVEL_CHANGED

This commit is contained in:
Glenn Maynard
2004-09-09 22:21:50 +00:00
parent 4e5077ef84
commit 649b3df153
6 changed files with 16 additions and 21 deletions
+3
View File
@@ -664,6 +664,9 @@ void ScreenEdit::InputEdit( const DeviceInput& DeviceI, const InputEventType typ
if( DeviceI.device != DEVICE_KEYBOARD )
return;
if( type == IET_LEVEL_CHANGED )
return; // don't care
if(type == IET_RELEASE)
{
switch( DeviceI.button ) {