naev 0.12.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 61 of file info.c.

Field Documentation

◆ button

char* InfoButton_t::button

Button widget name.

Definition at line 64 of file info.c.

◆ caption

char* InfoButton_t::caption

Button caption.

Definition at line 63 of file info.c.

◆ env

nlua_env InfoButton_t::env

Runtime environment.

Definition at line 67 of file info.c.

◆ func

int InfoButton_t::func

Function to call.

Definition at line 68 of file info.c.

◆ id

int InfoButton_t::id

Unique ID.

Definition at line 62 of file info.c.

◆ key

SDL_Keycode InfoButton_t::key

Hotkey (or SDLK_UNKNOWN==0 if none).

Definition at line 69 of file info.c.

◆ priority

int InfoButton_t::priority

Button priority.

Definition at line 65 of file info.c.


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