wayland: Implement glfwGetCursorPos

Closes #499.
This commit is contained in:
Emmanuel Gil Peyrot
2015-04-15 18:18:42 +02:00
committed by Camilla Berglund
parent 9021e52a6f
commit e253beaa2b
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -66,6 +66,7 @@ typedef struct _GLFWwindowWayland
struct wl_shell_surface* shell_surface;
struct wl_callback* callback;
_GLFWcursor* currentCursor;
double cursorPosX, cursorPosY;
} _GLFWwindowWayland;