📄 org_ogre4j_root.h
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Root */
#ifndef _Included_org_ogre4j_Root
#define _Included_org_ogre4j_Root
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: singleton */
/*
* Class: org_ogre4j_Root
* Method: start
* Signature: (Ljava/lang/String;Ljava/lang/String;Z)Z
*/
JNIEXPORT jboolean JNICALL Java_org_ogre4j_Root_start
(JNIEnv *, jobject, jstring pluginFile, jstring ressourceFile, jboolean showConfigDialog);
/*
* Class: org_ogre4j_Root
* Method: exit
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Root_exit
(JNIEnv *, jobject);
/*
* Class: org_ogre4j_Root
* Method: getSceneManager
* Signature: (I)Lorg/ogre4j/SceneManager;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Root_getSceneManager
(JNIEnv *, jobject, jint);
/*
* Class: org_ogre4j_Root
* Method: addViewport
* Signature: (Lorg/ogre4j/Camera;)Lorg/ogre4j/Viewport;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Root_addViewport
(JNIEnv *, jobject, jobject);
/*
* Class: org_ogre4j_Root
* Method: writeContentsToFile
* Signature: (Ljava/lang/String;)V;
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Root_writeContentsToFile
(JNIEnv *, jobject, jstring);
/*
* Class: org_ogre4j_Root
* Method: startRendering
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Root_startRendering
(JNIEnv *, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -