|
Blender V5.0
|
Go to the source code of this file.
Typedefs | |
| using | WindowInitFunc = void (*)() |
| using | WindowExitFunc = void (*)() |
| using | WindowResizeFunc = void (*)(int, int) |
| using | WindowDisplayFunc = void (*)() |
| using | WindowKeyboardFunc = void (*)(unsigned char) |
| using | WindowMotionFunc = void (*)(int, int, int) |
Functions | |
| void | window_main_loop (const char *title, const int width, const int height, WindowInitFunc initf, WindowExitFunc exitf, WindowResizeFunc resize, WindowDisplayFunc display, WindowKeyboardFunc keyboard, WindowMotionFunc motion) |
| void | window_display_info (const char *info) |
| void | window_display_help () |
| void | window_redraw () |
| bool | window_opengl_context_enable () |
| void | window_opengl_context_disable () |
| using WindowDisplayFunc = void (*)() |
| using WindowExitFunc = void (*)() |
| using WindowInitFunc = void (*)() |
| using WindowKeyboardFunc = void (*)(unsigned char) |
| using WindowMotionFunc = void (*)(int, int, int) |
| using WindowResizeFunc = void (*)(int, int) |
| void window_display_help | ( | ) |
Definition at line 97 of file window.cpp.
References CYCLES_VERSION_STRING, V, w(), and window_display_text().
| void window_display_info | ( | const char * | info | ) |
Definition at line 76 of file window.cpp.
References V, and window_display_text().
| void window_main_loop | ( | const char * | title, |
| const int | width, | ||
| const int | height, | ||
| WindowInitFunc | initf, | ||
| WindowExitFunc | exitf, | ||
| WindowResizeFunc | resize, | ||
| WindowDisplayFunc | display, | ||
| WindowKeyboardFunc | keyboard, | ||
| WindowMotionFunc | motion ) |
Definition at line 264 of file window.cpp.
References initf, LOG_ERROR, V, window_display(), window_keyboard(), window_motion(), window_mouse(), and window_reshape().
Referenced by main().
| void window_opengl_context_disable | ( | ) |
Definition at line 258 of file window.cpp.
References V.
Referenced by session_init(), and window_display().
| bool window_opengl_context_enable | ( | ) |
Definition at line 251 of file window.cpp.
References V.
Referenced by session_init(), and window_display().
| void window_redraw | ( | ) |