systemkey.h

来自「java jni 模拟键盘事件 里面有一个dll是用c 写的」· C头文件 代码 · 共 30 行

H
30
字号
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class SystemKey */

#ifndef _Included_SystemKey
#define _Included_SystemKey
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     SystemKey
 * Method:    Init
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_SystemKey_Init
  (JNIEnv *, jobject);

/*
 * Class:     SystemKey
 * Method:    UnHook
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_SystemKey_UnHook
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?