
#include <wl_platform.h>
Collaboration diagram for _GLFWcursorWayland:Public Attributes | |
| struct wl_cursor * | cursor |
| struct wl_cursor * | cursorHiDPI |
| struct wl_buffer * | buffer |
| int | width |
| int | height |
| int | xhot |
| int | yhot |
| int | currentImage |
Definition at line 340 of file wl_platform.h.
| struct wl_buffer* _GLFWcursorWayland::buffer |
Definition at line 344 of file wl_platform.h.
| int _GLFWcursorWayland::currentImage |
Definition at line 347 of file wl_platform.h.
| struct wl_cursor* _GLFWcursorWayland::cursor |
Definition at line 342 of file wl_platform.h.
| struct wl_cursor* _GLFWcursorWayland::cursorHiDPI |
Definition at line 343 of file wl_platform.h.
| int _GLFWcursorWayland::height |
Definition at line 345 of file wl_platform.h.
| int _GLFWcursorWayland::width |
Definition at line 345 of file wl_platform.h.
| int _GLFWcursorWayland::xhot |
Definition at line 346 of file wl_platform.h.
| int _GLFWcursorWayland::yhot |
Definition at line 346 of file wl_platform.h.
