aboutsummaryrefslogtreecommitdiffstats
path: root/Java/com_phidgets_DictionaryKeyListener.h
blob: 5d8515ab1698e81e727f933b22476294433762b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_phidgets_DictionaryKeyListener */

#ifndef _Included_com_phidgets_DictionaryKeyListener
#define _Included_com_phidgets_DictionaryKeyListener
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     com_phidgets_DictionaryKeyListener
 * Method:    enableDictionaryKeyEvents
 * Signature: (ZLjava/lang/String;)J
 */
JNIEXPORT jlong JNICALL Java_com_phidgets_DictionaryKeyListener_enableDictionaryKeyEvents
  (JNIEnv *, jobject, jboolean, jstring);

#ifdef __cplusplus
}
#endif
#endif