mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-19 21:34:05 +00:00
Ported OpenGL to Buffers
This commit is contained in:
parent
2305247ac1
commit
315375dee5
116 changed files with 9348 additions and 9020 deletions
|
|
@ -166,7 +166,7 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetNativeCursorCaps
|
|||
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nSetNativeCursor
|
||||
(JNIEnv *env, jclass clazz, jint cursor_handle)
|
||||
{
|
||||
if (cursor_handle != NULL) {
|
||||
if (cursor_handle != 0) {
|
||||
if (mDIDevice == NULL)
|
||||
throwException(env, "null device!");
|
||||
mDIDevice->Unacquire();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue