naev 0.11.5
InfoButton_t Struct Reference

For use with registered info buttons. More...

Data Fields

int id
 
char * caption
 
char * button
 
int priority
 
nlua_env env
 
int func
 
SDL_Keycode key
 

Detailed Description

For use with registered info buttons.

Definition at line 69 of file info.c.

Field Documentation

◆ button

char* InfoButton_t::button

Button widget name.

Definition at line 72 of file info.c.

◆ caption

char* InfoButton_t::caption

Button caption.

Definition at line 71 of file info.c.

◆ env

nlua_env InfoButton_t::env

Runtime environment.

Definition at line 75 of file info.c.

◆ func

int InfoButton_t::func

Function to call.

Definition at line 76 of file info.c.

◆ id

int InfoButton_t::id

Unique ID.

Definition at line 70 of file info.c.

◆ key

SDL_Keycode InfoButton_t::key

Hotkey (or SDLK_UNKNOWN==0 if none).

Definition at line 77 of file info.c.

◆ priority

int InfoButton_t::priority

Button priority.

Definition at line 73 of file info.c.


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