|
Blender V5.0
|
Public Attributes | |
| wp_cursor_shape_device_v1_shape | enum_id = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_DEFAULT |
| wp_cursor_shape_device_v1 * | device = nullptr |
Wayland cursor shape protocol types. Not used if the compositor doesn't support the cursor shape protocol.
Definition at line 440 of file GHOST_SystemWayland.cc.
| wp_cursor_shape_device_v1* GWL_CursorShape::device = nullptr |
Definition at line 446 of file GHOST_SystemWayland.cc.
Referenced by GHOST_SystemWayland::cursor_shape_custom_set(), GHOST_SystemWayland::cursor_shape_set(), gwl_seat_capability_pointer_disable(), gwl_seat_cursor_buffer_show(), and tablet_tool_handle_removed().
| wp_cursor_shape_device_v1_shape GWL_CursorShape::enum_id = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_DEFAULT |
The enum_id is currently only used to keep track of the last cursor shape used. This is so we can restore it after hiding the cursor.
Definition at line 445 of file GHOST_SystemWayland.cc.
Referenced by GHOST_SystemWayland::cursor_shape_set(), and gwl_seat_cursor_buffer_show().