|
SDL
2.0
|
#include "../../SDL_internal.h"#include "SDL_system.h"#include <EGL/eglplatform.h>#include <android/native_window_jni.h>#include "SDL_audio.h"#include "SDL_rect.h"#include "SDL_video.h"#include "SDL_rwops.h"#include <jni.h>#include "SDL_messagebox.h"
Include dependency graph for SDL_android.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Referenced by SDL_CreateRenderer().
Referenced by SDL_CreateRenderer().
Referenced by SDL_CaptureAudio(), and SDL_RunAudio().
| int Android_JNI_CreateCustomCursor | ( | SDL_Surface * | surface, |
| int | hot_x, | ||
| int | hot_y | ||
| ) |
Referenced by SDL_RWFromFile().
Referenced by SDL_RWFromFile().
Referenced by SDL_RWFromFile().
Referenced by SDL_RWFromFile().
Referenced by SDL_RWFromFile().
Referenced by SDL_RWFromFile().
| SDL_bool Android_JNI_GetAccelerometerValues | ( | float | values[3] | ) |
| char* Android_JNI_GetClipboardText | ( | void | ) |
| int Android_JNI_GetDisplayDPI | ( | float * | ddpi, |
| float * | xdpi, | ||
| float * | ydpi | ||
| ) |
| SDL_DisplayOrientation Android_JNI_GetDisplayOrientation | ( | void | ) |
| JNIEnv* Android_JNI_GetEnv | ( | void | ) |
Referenced by SDL_SYS_GetPreferredLocales().
| ANativeWindow* Android_JNI_GetNativeWindow | ( | void | ) |
| int Android_JNI_GetPowerInfo | ( | int * | plugged, |
| int * | charged, | ||
| int * | battery, | ||
| int * | seconds, | ||
| int * | percent | ||
| ) |
| int Android_JNI_OpenAudioDevice | ( | int | iscapture, |
| SDL_AudioSpec * | spec | ||
| ) |
| int Android_JNI_OpenURL | ( | const char * | url | ) |
Referenced by SDL_SYS_OpenURL().
| SDL_bool Android_JNI_RequestPermission | ( | const char * | permission | ) |
| void Android_JNI_SetActivityTitle | ( | const char * | title | ) |
| int Android_JNI_SetClipboardText | ( | const char * | text | ) |
Referenced by RunThread().
Referenced by ShouldMinimizeOnFocusLoss().
| int Android_JNI_ShowMessageBox | ( | const SDL_MessageBoxData * | messageboxdata, |
| int * | buttonid | ||
| ) |
| JNIEXPORT void JNICALL SDL_Android_Init | ( | JNIEnv * | mEnv, |
| jclass | cls | ||
| ) |
Referenced by SDL_PrivateGameControllerAddMapping().
Referenced by SDL_IsTablet().