ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_sys_Android_ZFAndroidInput.h
1#ifndef _ZFI_ZFImpl_sys_Android_ZFAndroidInput_h_
2#define _ZFI_ZFImpl_sys_Android_ZFAndroidInput_h_
3
4#include "ZFImpl_sys_Android_def.h"
5
6#if ZF_ENV_sys_Android
7
9#define ZFImpl_sys_Android_JNI_ID_ZFAndroidInput ZFImpl_sys_Android_JNI_ID(NativeUtil_ZFAndroidInput)
10#define ZFImpl_sys_Android_JNI_NAME_ZFAndroidInput ZFImpl_sys_Android_JNI_NAME(NativeUtil.ZFAndroidInput)
11
12extern ZFLIB_ZF_impl jclass ZFImpl_sys_Android_jclassZFAndroidInput(void);
13
14// return a ZFInput from ZFAndroidInput,
15// the source ZFAndroidInput would be stored as global ref until the result ZFInput destroyed
16extern ZFLIB_ZF_impl ZFInput ZFImpl_sys_Android_ZFInputFromZFAndroidInput(ZF_IN jobject nativeInputWrapper);
17
19#endif // #if ZF_ENV_sys_Android
20#endif // #ifndef _ZFI_ZFImpl_sys_Android_ZFAndroidInput_h_
21
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZFLIB_ZF_impl
used to export symbols
Definition ZFImpl_ZF_impl.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
general input callback
Definition ZFIOCallback_input.h:37