📄 mywindow.h
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class MyWindow */#ifndef _Included_MyWindow#define _Included_MyWindow
#ifdef __cplusplusextern "C" {#endif
/* Inaccessible static: LOCK */
#undef MyWindow_assert#define MyWindow_assert 0L
/* Inaccessible static: isInc */
/* Inaccessible static: incRate */
#undef MyWindow_TOP_ALIGNMENT#define MyWindow_TOP_ALIGNMENT 0.0f
#undef MyWindow_CENTER_ALIGNMENT#define MyWindow_CENTER_ALIGNMENT 0.5f
#undef MyWindow_BOTTOM_ALIGNMENT#define MyWindow_BOTTOM_ALIGNMENT 1.0f
#undef MyWindow_LEFT_ALIGNMENT#define MyWindow_LEFT_ALIGNMENT 0.0f
#undef MyWindow_RIGHT_ALIGNMENT#define MyWindow_RIGHT_ALIGNMENT 1.0f
#undef MyWindow_serialVersionUID#define MyWindow_serialVersionUID -7644114512714619750LL
/* Inaccessible static: nameCounter */
#undef MyWindow_serialVersionUID#define MyWindow_serialVersionUID -2284879212465893870LL
/*
* Class: MyWindow
* Method: initialize
* Signature: (ILjava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_MyWindow_initialize
(JNIEnv *, jobject, jint, jstring);
/*
* Class: MyWindow
* Method: resizeControl
* Signature: (III)V
*/
JNIEXPORT void JNICALL Java_MyWindow_resizeControl
(JNIEnv *, jobject, jint, jint, jint);
#ifdef __cplusplus}#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -