mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-03 20:14:41 +01:00
Added debugging
This commit is contained in:
parent
da186e5057
commit
a07ab9069e
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue