naev 0.11.5
custom_functions_t Struct Reference

Data Fields

lua_State * L
 
int done
 
int update
 
int draw
 
int keyboard
 
int mouse
 
int resize
 
int textinput
 

Detailed Description

Definition at line 33 of file nlua_tk.c.

Field Documentation

◆ done

int custom_functions_t::done

Whether or not it is done.

Definition at line 35 of file nlua_tk.c.

◆ draw

int custom_functions_t::draw

Definition at line 38 of file nlua_tk.c.

◆ keyboard

int custom_functions_t::keyboard

Definition at line 39 of file nlua_tk.c.

◆ L

lua_State* custom_functions_t::L

Assosciated Lua state.

Definition at line 34 of file nlua_tk.c.

◆ mouse

int custom_functions_t::mouse

Definition at line 40 of file nlua_tk.c.

◆ resize

int custom_functions_t::resize

Definition at line 41 of file nlua_tk.c.

◆ textinput

int custom_functions_t::textinput

Definition at line 42 of file nlua_tk.c.

◆ update

int custom_functions_t::update

Definition at line 37 of file nlua_tk.c.


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