|
Blender V4.3
|
Public Attributes | |
| uint8_t * | bitmap = nullptr |
| uint8_t * | mask = nullptr |
| int32_t | hot_spot [2] = {0, 0} |
| int32_t | size [2] = {0, 0} |
| bool | can_invert_color = false |
Definition at line 266 of file GHOST_WindowWayland.cc.
| uint8_t* GWL_WindowCursorCustomShape::bitmap = nullptr |
Definition at line 267 of file GHOST_WindowWayland.cc.
Referenced by gwl_window_cursor_custom_free(), gwl_window_cursor_custom_load(), and gwl_window_cursor_custom_store().
| bool GWL_WindowCursorCustomShape::can_invert_color = false |
Definition at line 271 of file GHOST_WindowWayland.cc.
Referenced by gwl_window_cursor_custom_load(), and gwl_window_cursor_custom_store().
| int32_t GWL_WindowCursorCustomShape::hot_spot[2] = {0, 0} |
Definition at line 269 of file GHOST_WindowWayland.cc.
Referenced by gwl_window_cursor_custom_load(), and gwl_window_cursor_custom_store().
| uint8_t* GWL_WindowCursorCustomShape::mask = nullptr |
Definition at line 268 of file GHOST_WindowWayland.cc.
Referenced by gwl_window_cursor_custom_free(), gwl_window_cursor_custom_load(), and gwl_window_cursor_custom_store().
| int32_t GWL_WindowCursorCustomShape::size[2] = {0, 0} |
Definition at line 270 of file GHOST_WindowWayland.cc.
Referenced by gwl_window_cursor_custom_load(), and gwl_window_cursor_custom_store().