Blender V2.61 - r43446
|
#include <wm_cursors.h>
Public Attributes | |
char * | small_bm |
char * | small_mask |
char | small_sizex |
char | small_sizey |
char | small_hotx |
char | small_hoty |
char * | big_bm |
char * | big_mask |
char | big_sizex |
char | big_sizey |
char | big_hotx |
char | big_hoty |
char | fg_color |
char | bg_color |
Definition at line 58 of file wm_cursors.h.
char BCursor::bg_color |
Definition at line 77 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char* BCursor::big_bm |
Definition at line 68 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex(), and WM_cursor_set().
char BCursor::big_hotx |
Definition at line 73 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::big_hoty |
Definition at line 74 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char* BCursor::big_mask |
Definition at line 69 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::big_sizex |
Definition at line 71 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::big_sizey |
Definition at line 72 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::fg_color |
Definition at line 76 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char* BCursor::small_bm |
Definition at line 60 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::small_hotx |
Definition at line 65 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::small_hoty |
Definition at line 66 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char* BCursor::small_mask |
Definition at line 61 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::small_sizex |
Definition at line 63 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().
char BCursor::small_sizey |
Definition at line 64 of file wm_cursors.h.
Referenced by window_set_custom_cursor_ex().