TORCS  1.3.9
The Open Racing Car Simulator
tGfuiScreen Struct Reference

#include <gui.h>

Collaboration diagram for tGfuiScreen:

Public Attributes

float width
 
float height
 
float * bgColor
 
GLuint bgImage
 
tGfuiObjectobjects
 
tGfuiObjecthasFocus
 
int curId
 
tGfuiKeyuserKeys
 
tGfuiKeyuserSpecKeys
 
void * userActData
 
tfuiCallback onActivate
 
void * userDeactData
 
tfuiCallback onDeactivate
 
tfuiKeyCallback onKeyAction
 
tfuiSKeyCallback onSKeyAction
 
int mouse
 
int mouseAllowed
 
float * mouseColor [2]
 
int nbItems
 
int onlyCallback
 

Detailed Description

Definition at line 236 of file gui.h.

Member Data Documentation

◆ bgColor

float* tGfuiScreen::bgColor

Definition at line 239 of file gui.h.

◆ bgImage

GLuint tGfuiScreen::bgImage

Definition at line 240 of file gui.h.

◆ curId

int tGfuiScreen::curId

Definition at line 245 of file gui.h.

◆ hasFocus

tGfuiObject* tGfuiScreen::hasFocus

Definition at line 244 of file gui.h.

◆ height

float tGfuiScreen::height

Definition at line 238 of file gui.h.

◆ mouse

int tGfuiScreen::mouse

Definition at line 260 of file gui.h.

◆ mouseAllowed

int tGfuiScreen::mouseAllowed

Definition at line 261 of file gui.h.

◆ mouseColor

float* tGfuiScreen::mouseColor[2]

Definition at line 262 of file gui.h.

◆ nbItems

int tGfuiScreen::nbItems

Definition at line 265 of file gui.h.

◆ objects

tGfuiObject* tGfuiScreen::objects

Definition at line 243 of file gui.h.

◆ onActivate

tfuiCallback tGfuiScreen::onActivate

Definition at line 251 of file gui.h.

◆ onDeactivate

tfuiCallback tGfuiScreen::onDeactivate

Definition at line 253 of file gui.h.

◆ onKeyAction

tfuiKeyCallback tGfuiScreen::onKeyAction

Definition at line 256 of file gui.h.

◆ onlyCallback

int tGfuiScreen::onlyCallback

Definition at line 268 of file gui.h.

◆ onSKeyAction

tfuiSKeyCallback tGfuiScreen::onSKeyAction

Definition at line 257 of file gui.h.

◆ userActData

void* tGfuiScreen::userActData

Definition at line 250 of file gui.h.

◆ userDeactData

void* tGfuiScreen::userDeactData

Definition at line 252 of file gui.h.

◆ userKeys

tGfuiKey* tGfuiScreen::userKeys

Definition at line 248 of file gui.h.

◆ userSpecKeys

tGfuiKey* tGfuiScreen::userSpecKeys

Definition at line 249 of file gui.h.

◆ width

float tGfuiScreen::width

Definition at line 238 of file gui.h.


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