lwjgl/src/native/common/org_lwjgl_input_Mouse.h

113 lines
2.8 KiB
C
Raw Normal View History

2002-08-11 07:49:32 -04:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_input_Mouse */
#ifndef _Included_org_lwjgl_input_Mouse
#define _Included_org_lwjgl_input_Mouse
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: _00024assertionsDisabled */
2003-08-29 04:00:44 -04:00
#undef org_lwjgl_input_Mouse_CURSOR_ONE_BIT_TRANSPARENCY
#define org_lwjgl_input_Mouse_CURSOR_ONE_BIT_TRANSPARENCY 1L
#undef org_lwjgl_input_Mouse_CURSOR_8_BIT_ALPHA
#define org_lwjgl_input_Mouse_CURSOR_8_BIT_ALPHA 2L
#undef org_lwjgl_input_Mouse_CURSOR_ANIMATION
#define org_lwjgl_input_Mouse_CURSOR_ANIMATION 4L
2002-08-11 07:49:32 -04:00
/* Inaccessible static: created */
/* Inaccessible static: buttons */
2002-08-11 07:49:32 -04:00
/* Inaccessible static: dx */
/* Inaccessible static: dy */
/* Inaccessible static: dwheel */
/* Inaccessible static: buttonCount */
/* Inaccessible static: hasWheel */
2003-05-16 14:39:46 -04:00
/* Inaccessible static: currentCursor */
2003-08-29 04:00:44 -04:00
/* Inaccessible static: buttonName */
/* Inaccessible static: buttonMap */
2003-09-30 06:52:05 -04:00
/* Inaccessible static: initialized */
2003-05-16 14:39:46 -04:00
/* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Mouse */
/*
* Class: org_lwjgl_input_Mouse
* Method: nGetNativeCursorCaps
* Signature: ()I
2003-05-16 14:39:46 -04:00
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetNativeCursorCaps
2003-05-16 14:39:46 -04:00
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: nSetNativeCursor
2003-10-08 03:49:43 -04:00
* Signature: (J)V
2003-05-16 14:39:46 -04:00
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nSetNativeCursor
2003-10-08 03:49:43 -04:00
(JNIEnv *, jclass, jlong);
2003-05-16 14:39:46 -04:00
/*
* Class: org_lwjgl_input_Mouse
* Method: nGetMinCursorSize
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMinCursorSize
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: nGetMaxCursorSize
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMaxCursorSize
(JNIEnv *, jclass);
2002-08-11 07:49:32 -04:00
/*
* Class: org_lwjgl_input_Mouse
* Method: initIDs
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_initIDs
(JNIEnv *, jclass);
2003-10-07 09:10:17 -04:00
/*
* Class: org_lwjgl_input_Mouse
* Method: nHasWheel
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_input_Mouse_nHasWheel
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: nGetButtonCount
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetButtonCount
(JNIEnv *, jclass);
2002-08-11 07:49:32 -04:00
/*
* Class: org_lwjgl_input_Mouse
* Method: nCreate
2003-09-30 06:52:05 -04:00
* Signature: ()V
2002-08-11 07:49:32 -04:00
*/
2003-09-30 06:52:05 -04:00
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nCreate
2002-08-11 07:49:32 -04:00
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: nDestroy
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nDestroy
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Mouse
* Method: nPoll
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nPoll
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif