Added debugging

This commit is contained in:
Elias Naur 2005-01-06 09:18:25 +00:00
parent da186e5057
commit a07ab9069e
1 changed files with 0 additions and 4 deletions

View File

@ -359,10 +359,6 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Win32Display_grabMouse
throwException(env, "Could not set the CooperativeLevel (Unkown error code).");
return;
}
if (IDirectInputDevice_SetCooperativeLevel(mDIDevice, getCurrentHWND(), mouseMask) != DI_OK) {
throwException(env, "Could not set the CooperativeLevel.");
return;
}
IDirectInputDevice_Acquire(mDIDevice);
initEventQueue(&event_queue, EVENT_SIZE);
}