Blender V4.3
MainWindow Struct Reference

Public Attributes

MultiTestAppapp
 
GHOST_WindowHandle win
 
GPUContextgpu_context
 
int size [2]
 
int lmouse [2]
 
int lmbut [3]
 
int tmouse [2]
 

Detailed Description

Definition at line 123 of file MultiTest.c.

Member Data Documentation

◆ app

MultiTestApp* MainWindow::app

Definition at line 124 of file MultiTest.c.

Referenced by mainwindow_do_key(), mainwindow_free(), mainwindow_log(), and mainwindow_new().

◆ gpu_context

GPUContext* MainWindow::gpu_context

Definition at line 127 of file MultiTest.c.

Referenced by mainwindow_do_draw(), mainwindow_do_reshape(), and mainwindow_new().

◆ lmbut

int MainWindow::lmbut[3]

Definition at line 131 of file MultiTest.c.

Referenced by mainwindow_do_button(), mainwindow_do_draw(), and mainwindow_do_move().

◆ lmouse

int MainWindow::lmouse[2]

Definition at line 131 of file MultiTest.c.

Referenced by mainwindow_do_button(), and mainwindow_do_move().

◆ size

int MainWindow::size[2]

Definition at line 129 of file MultiTest.c.

Referenced by mainwindow_do_reshape(), and mainwindow_handle().

◆ tmouse

int MainWindow::tmouse[2]

Definition at line 133 of file MultiTest.c.

Referenced by mainwindow_do_button(), mainwindow_do_draw(), and mainwindow_do_move().

◆ win


The documentation for this struct was generated from the following file: