|
Blender V4.3
|
#include <GHOST_Types.h>
Public Attributes | |
| const uint8_t * | data |
| int | data_size [2] |
| int | hot_spot [2] |
A reference to cursor bitmap data.
Definition at line 68 of file GHOST_Types.h.
| const uint8_t* GHOST_CursorBitmapRef::data |
RGBA bytes.
Definition at line 70 of file GHOST_Types.h.
Referenced by GHOST_SystemWayland::cursor_bitmap_get(), and wm_software_cursor_draw_bitmap().
| int GHOST_CursorBitmapRef::data_size[2] |
Definition at line 71 of file GHOST_Types.h.
Referenced by GHOST_SystemWayland::cursor_bitmap_get(), and wm_software_cursor_draw_bitmap().
| int GHOST_CursorBitmapRef::hot_spot[2] |
Definition at line 72 of file GHOST_Types.h.
Referenced by GHOST_SystemWayland::cursor_bitmap_get(), and wm_software_cursor_draw_bitmap().