Ported 3.3.4.2 fixes to trunk

This commit is contained in:
Mark Vejvoda
2010-04-23 04:29:11 +00:00
5 changed files with 48 additions and 16 deletions

View File

@@ -407,6 +407,8 @@ MouseButton Window::getMouseButton(int sdlButton) {
default:
//throw std::runtime_error("Mouse Button > 3 not handled.");
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] Mouse Button [%d] not handled.\n",__FILE__,__FUNCTION__,__LINE__,sdlButton);
return mbUnknown;
}
}