|
Blender V4.5
|
Public Attributes | |
| char * | bitmap [CURSOR_SIZE_NUM] |
| char * | mask [CURSOR_SIZE_NUM] |
| char | hotspot [CURSOR_SIZE_NUM][2] |
| bool | can_invert_color |
Definition at line 47 of file wm_cursors.cc.
| char* BCursor::bitmap[CURSOR_SIZE_NUM] |
Definition at line 48 of file wm_cursors.cc.
Referenced by window_set_custom_cursor().
| bool BCursor::can_invert_color |
Definition at line 51 of file wm_cursors.cc.
Referenced by window_set_custom_cursor().
| char BCursor::hotspot[CURSOR_SIZE_NUM][2] |
Definition at line 50 of file wm_cursors.cc.
Referenced by window_set_custom_cursor().
| char* BCursor::mask[CURSOR_SIZE_NUM] |
Definition at line 49 of file wm_cursors.cc.
Referenced by window_set_custom_cursor().