wayland: Add basic input support

This commit is contained in:
Jonas Ådahl
2014-06-29 12:29:00 +02:00
parent 4c68049d86
commit a75cf5a163
3 changed files with 211 additions and 0 deletions
+5
View File
@@ -68,11 +68,16 @@ typedef struct _GLFWlibraryWayland
struct wl_registry* registry;
struct wl_compositor* compositor;
struct wl_shell* shell;
struct wl_seat* seat;
struct wl_pointer* pointer;
struct wl_keyboard* keyboard;
_GLFWmonitor** monitors;
int monitorsCount;
int monitorsSize;
_GLFWwindow* pointerFocus;
_GLFWwindow* keyboardFocus;
} _GLFWlibraryWayland;
typedef struct _GLFWmonitorWayland