|
Blender
V2.93
|
Public Attributes | |
| char * | bitmap |
| char * | mask |
| char | hotx |
| char | hoty |
| bool | can_invert_color |
Definition at line 49 of file wm_cursors.c.
| char* BCursor::bitmap |
Definition at line 50 of file wm_cursors.c.
Referenced by window_set_custom_cursor_ex().
| bool BCursor::can_invert_color |
Definition at line 54 of file wm_cursors.c.
Referenced by window_set_custom_cursor_ex().
| char BCursor::hotx |
Definition at line 52 of file wm_cursors.c.
Referenced by window_set_custom_cursor_ex().
| char BCursor::hoty |
Definition at line 53 of file wm_cursors.c.
Referenced by window_set_custom_cursor_ex().
| char* BCursor::mask |
Definition at line 51 of file wm_cursors.c.
Referenced by window_set_custom_cursor_ex().