Updated Mouse.h

This commit is contained in:
Elias Naur 2004-04-06 14:46:40 +00:00
parent b3b2c4a145
commit 4779a2e29f
1 changed files with 0 additions and 8 deletions

View File

@ -64,14 +64,6 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMinCursorSize
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMaxCursorSize
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: initIDs
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_initIDs
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: nHasWheel