14#if (DL_PLATFORM == DL_PLATFORM_ANDROID)
15#include <android/native_window_jni.h>
46 static const char* ret[] = {
48 "VK_KHR_android_surface"
const char ** glfwGetRequiredInstanceExtensions(uint32_t *count)
void glfwSetWindowPos(GLFWwindow *window, int x, int y)
void glfwGetFramebufferSize(GLFWwindow *window, int *w, int *h)
void glfwGetMonitorWorkarea(GLFWmonitor *monitor, int *x, int *y, int *w, int *h)
bool glfwWindowShouldClose(GLFWwindow *window)
void glfwGetWindowSize(GLFWwindow *window, int *w, int *h)
void glfwSetCursorPos(GLFWwindow *window, int x, int y)
void glfwDestroyWindow(GLFWwindow *window)