Blender V4.5
BCursor Struct Reference

Public Attributes

char * bitmap [CURSOR_SIZE_NUM]
char * mask [CURSOR_SIZE_NUM]
char hotspot [CURSOR_SIZE_NUM][2]
bool can_invert_color

Detailed Description

Definition at line 47 of file wm_cursors.cc.

Member Data Documentation

◆ bitmap

char* BCursor::bitmap[CURSOR_SIZE_NUM]

Definition at line 48 of file wm_cursors.cc.

Referenced by window_set_custom_cursor().

◆ can_invert_color

bool BCursor::can_invert_color

Definition at line 51 of file wm_cursors.cc.

Referenced by window_set_custom_cursor().

◆ hotspot

char BCursor::hotspot[CURSOR_SIZE_NUM][2]

Definition at line 50 of file wm_cursors.cc.

Referenced by window_set_custom_cursor().

◆ mask

char* BCursor::mask[CURSOR_SIZE_NUM]

Definition at line 49 of file wm_cursors.cc.

Referenced by window_set_custom_cursor().


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