|
From: Brian M. <ma...@us...> - 2003-02-08 19:29:57
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv5868 Modified Files: org_lwjgl_input_Mouse.h Log Message: new Mouse implementation, rewritten to better fit Controller structure Index: org_lwjgl_input_Mouse.h CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/org_lwjgl_input_Mouse.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/org_lwjgl_input_Mouse.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- org_lwjgl_input_Mouse.h 24 Aug 2002 21:17:37 -0000 1.2 +++ org_lwjgl_input_Mouse.h 8 Feb 2003 19:29:54 -0000 1.3 @@ -9,16 +9,12 @@ #endif /* Inaccessible static: _00024assertionsDisabled */ /* Inaccessible static: created */ -/* Inaccessible static: button */ +/* Inaccessible static: buttons */ /* Inaccessible static: dx */ /* Inaccessible static: dy */ -/* Inaccessible static: dz */ -/* Inaccessible static: readBuffer */ -/* Inaccessible static: readBufferAddress */ -#undef org_lwjgl_input_Mouse_MOUSE_EVENT_SIZE -#define org_lwjgl_input_Mouse_MOUSE_EVENT_SIZE 20L -#undef org_lwjgl_input_Mouse_MOUSE_EVENT_STRIDE -#define org_lwjgl_input_Mouse_MOUSE_EVENT_STRIDE 32L +/* Inaccessible static: dwheel */ +/* Inaccessible static: buttonCount */ +/* Inaccessible static: hasWheel */ /* Inaccessible static: class_000240 */ /* * Class: org_lwjgl_input_Mouse @@ -51,38 +47,6 @@ */ JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nPoll (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nGetNumButtons - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetNumButtons - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nHasZValue - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_input_Mouse_nHasZValue - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nEnableBuffer - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nEnableBuffer - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nRead - * Signature: (I)I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nRead - (JNIEnv *, jclass, jint); #ifdef __cplusplus } |