Blender  V3.3
Public Attributes | List of all members
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 120 of file MultiTest.c.

Member Data Documentation

◆ app

MultiTestApp* MainWindow::app

Definition at line 121 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 124 of file MultiTest.c.

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

◆ lmbut

int MainWindow::lmbut[3]

Definition at line 128 of file MultiTest.c.

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

◆ lmouse

int MainWindow::lmouse[2]

Definition at line 128 of file MultiTest.c.

Referenced by mainwindow_do_button(), and mainwindow_do_move().

◆ size

int MainWindow::size[2]

Definition at line 126 of file MultiTest.c.

Referenced by mainwindow_do_reshape(), and mainwindow_handle().

◆ tmouse

int MainWindow::tmouse[2]

Definition at line 130 of file MultiTest.c.

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

◆ win

GHOST_WindowHandle MainWindow::win

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