TORCS  1.3.9
The Open Racing Car Simulator
tGfuiGrButton Struct Reference

#include <gui.h>

Public Attributes

unsigned int state
 
unsigned char * disabled
 
unsigned char * enabled
 
unsigned char * focused
 
unsigned char * pushed
 
int width
 
int height
 
int buttonType
 
int mouseBehaviour
 
void * userDataOnPush
 
tfuiCallback onPush
 
void * userDataOnFocus
 
tfuiCallback onFocus
 
tfuiCallback onFocusLost
 

Detailed Description

Definition at line 115 of file gui.h.

Member Data Documentation

◆ buttonType

int tGfuiGrButton::buttonType

Definition at line 123 of file gui.h.

◆ disabled

unsigned char* tGfuiGrButton::disabled

Definition at line 118 of file gui.h.

◆ enabled

unsigned char* tGfuiGrButton::enabled

Definition at line 119 of file gui.h.

◆ focused

unsigned char* tGfuiGrButton::focused

Definition at line 120 of file gui.h.

◆ height

int tGfuiGrButton::height

Definition at line 122 of file gui.h.

◆ mouseBehaviour

int tGfuiGrButton::mouseBehaviour

Definition at line 124 of file gui.h.

◆ onFocus

tfuiCallback tGfuiGrButton::onFocus

Definition at line 128 of file gui.h.

◆ onFocusLost

tfuiCallback tGfuiGrButton::onFocusLost

Definition at line 129 of file gui.h.

◆ onPush

tfuiCallback tGfuiGrButton::onPush

Definition at line 126 of file gui.h.

◆ pushed

unsigned char* tGfuiGrButton::pushed

Definition at line 121 of file gui.h.

◆ state

unsigned int tGfuiGrButton::state

Definition at line 117 of file gui.h.

◆ userDataOnFocus

void* tGfuiGrButton::userDataOnFocus

Definition at line 127 of file gui.h.

◆ userDataOnPush

void* tGfuiGrButton::userDataOnPush

Definition at line 125 of file gui.h.

◆ width

int tGfuiGrButton::width

Definition at line 122 of file gui.h.


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