TORCS  1.3.9
The Open Racing Car Simulator
GfuiKey Struct Reference

#include <gui.h>

Collaboration diagram for GfuiKey:

Public Attributes

unsigned char key
 
char * name
 
char * descr
 
int specialkey
 
int modifier
 
void * userData
 
tfuiCallback onPress
 
tfuiCallback onRelease
 
struct GfuiKeynext
 

Detailed Description

Definition at line 222 of file gui.h.

Member Data Documentation

◆ descr

char* GfuiKey::descr

Definition at line 226 of file gui.h.

◆ key

unsigned char GfuiKey::key

Definition at line 224 of file gui.h.

◆ modifier

int GfuiKey::modifier

Definition at line 228 of file gui.h.

◆ name

char* GfuiKey::name

Definition at line 225 of file gui.h.

◆ next

struct GfuiKey* GfuiKey::next

Definition at line 232 of file gui.h.

◆ onPress

tfuiCallback GfuiKey::onPress

Definition at line 230 of file gui.h.

◆ onRelease

tfuiCallback GfuiKey::onRelease

Definition at line 231 of file gui.h.

◆ specialkey

int GfuiKey::specialkey

Definition at line 227 of file gui.h.

◆ userData

void* GfuiKey::userData

Definition at line 229 of file gui.h.


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