|
Blender
V2.93
|
Public Attributes | |
| ViewInitFunc | initf |
| ViewExitFunc | exitf |
| ViewResizeFunc | resize |
| ViewDisplayFunc | display |
| ViewKeyboardFunc | keyboard |
| ViewMotionFunc | motion |
| bool | first_display |
| bool | redraw |
| int | mouseX |
| int | mouseY |
| int | mouseBut0 |
| int | mouseBut2 |
| int | width |
| int | height |
Definition at line 36 of file util_view.cpp.
| ViewDisplayFunc View::display |
Definition at line 40 of file util_view.cpp.
Referenced by view_display(), and view_main_loop().
| ViewExitFunc View::exitf |
Definition at line 38 of file util_view.cpp.
Referenced by view_display(), view_keyboard(), and view_main_loop().
| bool View::first_display |
Definition at line 44 of file util_view.cpp.
Referenced by view_display(), and view_main_loop().
| int View::height |
Definition at line 50 of file util_view.cpp.
Referenced by view_display(), view_display_help(), view_display_info(), view_main_loop(), and view_reshape().
| ViewInitFunc View::initf |
Definition at line 37 of file util_view.cpp.
Referenced by view_display(), and view_main_loop().
| ViewKeyboardFunc View::keyboard |
Definition at line 41 of file util_view.cpp.
Referenced by view_keyboard(), and view_main_loop().
| ViewMotionFunc View::motion |
Definition at line 42 of file util_view.cpp.
Referenced by view_main_loop(), and view_motion().
| int View::mouseBut0 |
Definition at line 48 of file util_view.cpp.
Referenced by view_motion(), and view_mouse().
| int View::mouseBut2 |
Definition at line 48 of file util_view.cpp.
Referenced by view_mouse().
| int View::mouseX |
Definition at line 47 of file util_view.cpp.
Referenced by view_motion(), and view_mouse().
| int View::mouseY |
Definition at line 47 of file util_view.cpp.
Referenced by view_motion(), and view_mouse().
| bool View::redraw |
Definition at line 45 of file util_view.cpp.
Referenced by view_idle(), view_main_loop(), and view_redraw().
| ViewResizeFunc View::resize |
Definition at line 39 of file util_view.cpp.
Referenced by view_main_loop(), and view_reshape().
| int View::width |
Definition at line 50 of file util_view.cpp.
Referenced by view_display(), view_display_help(), view_display_info(), view_main_loop(), and view_reshape().