|
| const char * | _glfwPlatformGetVersionString (void) |
| |
| int | _glfwPlatformInit (void) |
| |
| void | _glfwPlatformTerminate (void) |
| |
| static void | createKeyTables (void) |
| |
| static void | dataDeviceHandleDataOffer (void *data, struct wl_data_device *dataDevice, struct wl_data_offer *id) |
| |
| static void | dataDeviceHandleDrop (void *data, struct wl_data_device *dataDevice) |
| |
| static void | dataDeviceHandleEnter (void *data, struct wl_data_device *dataDevice, uint32_t serial, struct wl_surface *surface, wl_fixed_t x, wl_fixed_t y, struct wl_data_offer *id) |
| |
| static void | dataDeviceHandleLeave (void *data, struct wl_data_device *dataDevice) |
| |
| static void | dataDeviceHandleMotion (void *data, struct wl_data_device *dataDevice, uint32_t time, wl_fixed_t x, wl_fixed_t y) |
| |
| static void | dataDeviceHandleSelection (void *data, struct wl_data_device *dataDevice, struct wl_data_offer *id) |
| |
| static void | dataOfferHandleOffer (void *data, struct wl_data_offer *dataOffer, const char *mimeType) |
| |
| static _GLFWwindow * | findWindowFromDecorationSurface (struct wl_surface *surface, int *which) |
| |
| static GLFWbool | inputChar (_GLFWwindow *window, uint32_t key) |
| |
| static void | keyboardHandleEnter (void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface, struct wl_array *keys) |
| |
| static void | keyboardHandleKey (void *data, struct wl_keyboard *keyboard, uint32_t serial, uint32_t time, uint32_t key, uint32_t state) |
| |
| static void | keyboardHandleKeymap (void *data, struct wl_keyboard *keyboard, uint32_t format, int fd, uint32_t size) |
| |
| static void | keyboardHandleLeave (void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface) |
| |
| static void | keyboardHandleModifiers (void *data, struct wl_keyboard *keyboard, uint32_t serial, uint32_t modsDepressed, uint32_t modsLatched, uint32_t modsLocked, uint32_t group) |
| |
| static int | min (int n1, int n2) |
| |
| static void | pointerHandleAxis (void *data, struct wl_pointer *pointer, uint32_t time, uint32_t axis, wl_fixed_t value) |
| |
| static void | pointerHandleButton (void *data, struct wl_pointer *pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t state) |
| |
| static void | pointerHandleEnter (void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, wl_fixed_t sy) |
| |
| static void | pointerHandleLeave (void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface) |
| |
| static void | pointerHandleMotion (void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) |
| |
| static void | registryHandleGlobal (void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) |
| |
| static void | registryHandleGlobalRemove (void *data, struct wl_registry *registry, uint32_t name) |
| |
| static void | seatHandleCapabilities (void *data, struct wl_seat *seat, enum wl_seat_capability caps) |
| |
| static void | seatHandleName (void *data, struct wl_seat *seat, const char *name) |
| |
| static void | setCursor (_GLFWwindow *window, const char *name) |
| |
| static int | toGLFWKeyCode (uint32_t key) |
| |
| static void | wmBaseHandlePing (void *data, struct xdg_wm_base *wmBase, uint32_t serial) |
| |