1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class net_java_games_input_LinuxDevice */
#ifndef _Included_net_java_games_input_LinuxDevice
#define _Included_net_java_games_input_LinuxDevice
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: NO_AXES */
/* Inaccessible static: NO_CONTROLLERS */
/* Inaccessible static: NO_RUMBLERS */
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativeSupportedAbsAxes
* Signature: (I[I)V
*/
JNIEXPORT void JNICALL Java_net_java_games_input_LinuxDevice_getNativeSupportedAbsAxes
(JNIEnv *, jobject, jint, jintArray);
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativeSupportedRelAxes
* Signature: (I[I)V
*/
JNIEXPORT void JNICALL Java_net_java_games_input_LinuxDevice_getNativeSupportedRelAxes
(JNIEnv *, jobject, jint, jintArray);
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativeSupportedButtons
* Signature: (I[I)V
*/
JNIEXPORT void JNICALL Java_net_java_games_input_LinuxDevice_getNativeSupportedButtons
(JNIEnv *, jobject, jint, jintArray);
/*
* Class: net_java_games_input_LinuxDevice
* Method: nativePoll
* Signature: (I[I[I[I)I
*/
JNIEXPORT jint JNICALL Java_net_java_games_input_LinuxDevice_nativePoll
(JNIEnv *, jobject, jint, jintArray, jintArray, jintArray);
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativeAbsAxisFuzz
* Signature: (II)I
*/
JNIEXPORT jint JNICALL Java_net_java_games_input_LinuxDevice_getNativeAbsAxisFuzz
(JNIEnv *, jobject, jint, jint);
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativeAbsAxisMaximum
* Signature: (II)I
*/
JNIEXPORT jint JNICALL Java_net_java_games_input_LinuxDevice_getNativeAbsAxisMaximum
(JNIEnv *, jobject, jint, jint);
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativeAbsAxisMinimum
* Signature: (II)I
*/
JNIEXPORT jint JNICALL Java_net_java_games_input_LinuxDevice_getNativeAbsAxisMinimum
(JNIEnv *, jobject, jint, jint);
/*
* Class: net_java_games_input_LinuxDevice
* Method: getNativePortType
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_net_java_games_input_LinuxDevice_getNativePortType
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif
|