dl
dl_android.h 文件参考

安卓相关 更多...

#include "system/dl_platform.h"
#include <android/native_window_jni.h>
#include <game-activity/native_app_glue/android_native_app_glue.h>
#include <android/asset_manager_jni.h>
#include <android/asset_manager.h>
#include "io/dl_log.h"
#include "base/dl_type_def.h"
#include "system/dl_time.h"

浏览该文件的源代码.

struct  dl::AndroidData
 安卓平台特有句柄 更多...
 
struct  dl::GLFWwindow
 
struct  dl::GLFWmonitor
 

命名空间

namespace  dl
 

函数

int32_t dl::Android_HandleInput (android_app *app)
 
bool dl::Android_ProcessEvent (android_app *app)
 
void dl::Android_OnAppCmd (android_app *app, int32_t cmd)
 
bool dl::glfwInit ()
 
bool dl::glfwWindowShouldClose (void *window)
 
void dl::glfwGetFramebufferSize (void *window, int *w, int *h)
 
const char ** dl::glfwGetRequiredInstanceExtensions (uint32_t *count)
 
void dl::glfwWaitEvents ()
 
void dl::glfwDestroyWindow (void *window)
 
void dl::glfwTerminate ()
 
void dl::glfwSetCursorPos (void *window, int x, int y)
 
void dl::glfwSetWindowShouldClose (void *window, int)
 
void dl::glfwSetClipboardString (void *, const char *)
 
const char * dl::glfwGetClipboardString (void *)
 
void dl::glfwGetWindowSize (void *window, int *w, int *h)
 
void dl::glfwGetMonitorWorkarea (void *monitor, int *x, int *y, int *w, int *h)
 
void dl::glfwSetWindowPos (void *window, int x, int y)
 
void dl::glfwPollEvents ()
 

变量

AndroidDatadl::g_android
 

详细描述

安卓相关

版本
1.0
作者
lveyou
日期
24-01-28
注解

在文件 dl_android.h 中定义.