committed by
Kovid Goyal
parent
6744183027
commit
9b35c1b535
1
glfw/internal.h
vendored
1
glfw/internal.h
vendored
@@ -768,6 +768,7 @@ void _glfwPlatformUpdateIMEState(_GLFWwindow *w, const GLFWIMEUpdateEvent *ev);
|
||||
void _glfwPlatformChangeCursorTheme(void);
|
||||
|
||||
int _glfwPlatformStartDrag(_GLFWwindow* window, const GLFWdragitem* items, int item_count, const GLFWimage* thumbnail, GLFWDragOperationType operation);
|
||||
void _glfwPlatformSetDragAcceptance(_GLFWwindow* window, bool accepted);
|
||||
|
||||
void _glfwPlatformPollEvents(void);
|
||||
void _glfwPlatformWaitEvents(void);
|
||||
|
||||
Reference in New Issue
Block a user