*** empty log message ***

This commit is contained in:
Elias Naur 2003-08-23 09:47:58 +00:00
parent f27e5a294c
commit 7d35ee2744
1 changed files with 10 additions and 0 deletions

View File

@ -320,3 +320,13 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_input_Keyboard_nEnableBuffer
buffer_enabled = true;
return KEYBOARD_BUFFER_SIZE;
}
/*
* Class: org_lwjgl_input_Keyboard
* Method: nisStateKeySet
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Keyboard_nisStateKeySet(JNIEnv *env, jclass clazz, jint key)
{
return org_lwjgl_input_Keyboard_STATE_UNKNOWN;
}