Blender  V3.3
Public Attributes | List of all members
GHOST_CursorBitmapRef Struct Reference

#include <GHOST_Types.h>

Public Attributes

const uint8_tdata
 
int data_size [2]
 
int hot_spot [2]
 

Detailed Description

A reference to cursor bitmap data.

Definition at line 50 of file GHOST_Types.h.

Member Data Documentation

◆ data

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().

◆ data_size

int GHOST_CursorBitmapRef::data_size[2]

◆ hot_spot

int GHOST_CursorBitmapRef::hot_spot[2]

The documentation for this struct was generated from the following file: