TORCS  1.3.9
The Open Racing Car Simulator
tRmFileSelect Struct Reference

Structure for file selection. More...

#include <racescreens.h>

Public Attributes

const char * title
 Title for file selection (for screen title) More...
 
char * path
 Directory containing the files to list. More...
 
void * prevScreen
 Link to previous screen. More...
 
tfSelectFile select
 Callback function to handle the selection (store the selection in the caller) More...
 

Detailed Description

Structure for file selection.

Definition at line 76 of file racescreens.h.

Member Data Documentation

◆ path

char* tRmFileSelect::path

Directory containing the files to list.

Definition at line 79 of file racescreens.h.

◆ prevScreen

void* tRmFileSelect::prevScreen

Link to previous screen.

Definition at line 80 of file racescreens.h.

◆ select

tfSelectFile tRmFileSelect::select

Callback function to handle the selection (store the selection in the caller)

Definition at line 81 of file racescreens.h.

◆ title

const char* tRmFileSelect::title

Title for file selection (for screen title)

Definition at line 78 of file racescreens.h.


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