Blender V4.5
GWL_WindowCursorCustomShape Struct Reference

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

Detailed Description

Definition at line 284 of file GHOST_WindowWayland.cc.

Member Data Documentation

◆ bitmap

uint8_t* GWL_WindowCursorCustomShape::bitmap = nullptr

◆ can_invert_color

bool GWL_WindowCursorCustomShape::can_invert_color = false

◆ hot_spot

int32_t GWL_WindowCursorCustomShape::hot_spot[2] = {0, 0}

◆ mask

uint8_t* GWL_WindowCursorCustomShape::mask = nullptr

◆ size

int32_t GWL_WindowCursorCustomShape::size[2] = {0, 0}

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