|
| 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 () |
| |