Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows)

This commit is contained in:
kervala 2010-06-11 20:55:27 +02:00
parent bea267694e
commit c578009a9d

View file

@ -83,7 +83,6 @@ void CEventEmitterMulti::submitEvents(CEventServer &server, bool allWindows)
///============================================================
void CEventEmitterMulti::emulateMouseRawMode(bool enable)
{
nlerror("no raw mode emulation on windows, the CDIMouse has a real raw mode");
}
///============================================================