mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 13:23:59 +02:00
Ported 3.3.4.2 fixes to trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user