Blender
V3.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 50 of file GHOST_Types.h.
const uint8_t* GHOST_CursorBitmapRef::data |
RGBA
bytes.
Definition at line 52 of file GHOST_Types.h.
Referenced by GHOST_SystemWayland::getCursorBitmap(), and wm_software_cursor_draw_bitmap().
int GHOST_CursorBitmapRef::data_size[2] |
Definition at line 53 of file GHOST_Types.h.
Referenced by GHOST_SystemWayland::getCursorBitmap(), and wm_software_cursor_draw_bitmap().
int GHOST_CursorBitmapRef::hot_spot[2] |
Definition at line 54 of file GHOST_Types.h.
Referenced by GHOST_SystemWayland::getCursorBitmap(), and wm_software_cursor_draw_bitmap().