lwjgl/src/native/common/org_lwjgl_input_Controller.h

78 lines
2.2 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_input_Controller */
#ifndef _Included_org_lwjgl_input_Controller
#define _Included_org_lwjgl_input_Controller
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: created */
/* Inaccessible static: buttons */
/* Inaccessible static: x */
/* Inaccessible static: rx */
/* Inaccessible static: y */
/* Inaccessible static: ry */
/* Inaccessible static: z */
/* Inaccessible static: rz */
/* Inaccessible static: pov */
/* Inaccessible static: slider */
#undef org_lwjgl_input_Controller_POV_CENTER
#define org_lwjgl_input_Controller_POV_CENTER -1L
#undef org_lwjgl_input_Controller_POV_NORTH
#define org_lwjgl_input_Controller_POV_NORTH 0L
#undef org_lwjgl_input_Controller_POV_SOUTH
#define org_lwjgl_input_Controller_POV_SOUTH 18000L
#undef org_lwjgl_input_Controller_POV_EAST
#define org_lwjgl_input_Controller_POV_EAST 27000L
#undef org_lwjgl_input_Controller_POV_WEST
#define org_lwjgl_input_Controller_POV_WEST 9000L
/* Inaccessible static: buttonCount */
/* Inaccessible static: hasXAxis */
/* Inaccessible static: hasRXAxis */
/* Inaccessible static: hasYAxis */
/* Inaccessible static: hasRYAxis */
/* Inaccessible static: hasZAxis */
/* Inaccessible static: hasRZAxis */
/* Inaccessible static: hasPOV */
/* Inaccessible static: hasSlider */
/* Inaccessible static: buttonName */
/* Inaccessible static: buttonMap */
/* Inaccessible static: initialized */
/*
* Class: org_lwjgl_input_Controller
* Method: nPoll
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nPoll
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Controller
* Method: nCreate
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nCreate
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Controller
* Method: nDestroy
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nDestroy
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_input_Controller
* Method: initIDs
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_initIDs
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif