Blender
V3.3
|
Public Attributes | |
MultiTestApp * | app |
GHOST_WindowHandle | win |
GPUContext * | gpu_context |
int | size [2] |
int | lmouse [2] |
int | lmbut [3] |
int | tmouse [2] |
Definition at line 120 of file MultiTest.c.
MultiTestApp* MainWindow::app |
Definition at line 121 of file MultiTest.c.
Referenced by mainwindow_do_key(), mainwindow_free(), mainwindow_log(), and mainwindow_new().
GPUContext* MainWindow::gpu_context |
Definition at line 124 of file MultiTest.c.
Referenced by mainwindow_do_draw(), mainwindow_do_reshape(), and mainwindow_new().
int MainWindow::lmbut[3] |
Definition at line 128 of file MultiTest.c.
Referenced by mainwindow_do_button(), mainwindow_do_draw(), and mainwindow_do_move().
int MainWindow::lmouse[2] |
Definition at line 128 of file MultiTest.c.
Referenced by mainwindow_do_button(), and mainwindow_do_move().
int MainWindow::size[2] |
Definition at line 126 of file MultiTest.c.
Referenced by mainwindow_do_reshape(), and mainwindow_handle().
int MainWindow::tmouse[2] |
Definition at line 130 of file MultiTest.c.
Referenced by mainwindow_do_button(), mainwindow_do_draw(), and mainwindow_do_move().
GHOST_WindowHandle MainWindow::win |
Definition at line 123 of file MultiTest.c.
Referenced by mainwindow_do_button(), mainwindow_do_draw(), mainwindow_do_key(), mainwindow_do_move(), mainwindow_do_reshape(), mainwindow_free(), mainwindow_handle(), and mainwindow_new().