update comment

This commit is contained in:
AJ Kelly
2011-02-23 13:16:31 -06:00
parent 308325b54c
commit 098316a28d
+1 -1
View File
@@ -195,7 +195,7 @@ void Screen::Input( const InputEventPlus &input )
return; // don't care
}
// Always broadcast clicks -aj
// Always broadcast mouse input so themers can grab it. -aj
if( input.DeviceI == DeviceInput( DEVICE_MOUSE, MOUSE_LEFT ) )
MESSAGEMAN->Broadcast( (MessageID)(Message_LeftClick) );
if( input.DeviceI == DeviceInput( DEVICE_MOUSE, MOUSE_RIGHT ) )