|
Blender
V2.93
|
Public Attributes | |
| bool | visible |
| struct wl_surface * | surface = nullptr |
| struct wl_buffer * | buffer |
| struct wl_cursor_image | image |
| struct buffer_t * | file_buffer = nullptr |
Definition at line 69 of file GHOST_SystemWayland.cpp.
| struct wl_buffer* cursor_t::buffer |
Definition at line 72 of file GHOST_SystemWayland.cpp.
Referenced by seat_capabilities(), GHOST_SystemWayland::setCursorVisibility(), and GHOST_SystemWayland::setCustomCursorShape().
| struct buffer_t* cursor_t::file_buffer = nullptr |
Definition at line 74 of file GHOST_SystemWayland.cpp.
Referenced by display_destroy(), seat_capabilities(), and GHOST_SystemWayland::setCustomCursorShape().
| struct wl_cursor_image cursor_t::image |
Definition at line 72 of file GHOST_SystemWayland.cpp.
Referenced by set_cursor_buffer(), and GHOST_SystemWayland::setCustomCursorShape().
| struct wl_surface* cursor_t::surface = nullptr |
Definition at line 71 of file GHOST_SystemWayland.cpp.
Referenced by display_destroy(), seat_capabilities(), and set_cursor_buffer().
| bool cursor_t::visible |
Definition at line 70 of file GHOST_SystemWayland.cpp.
Referenced by seat_capabilities(), set_cursor_buffer(), and GHOST_SystemWayland::setCursorVisibility().