|
Odamex
Setting the Standard in Multiplayer Doom
|
#include <txt_window.h>
Data Fields | |
| txt_table_t | table |
| char * | title |
| txt_vert_align_t | vert_align |
| txt_horiz_align_t | horiz_align |
| int | x |
| int | y |
| txt_window_action_t * | actions [3] |
| TxtWindowKeyPress | key_listener |
| void * | key_listener_data |
| TxtWindowMousePress | mouse_listener |
| void * | mouse_listener_data |
| int | window_x |
| int | window_y |
| unsigned int | window_w |
| unsigned int | window_h |
| char* txt_window_s::title |
| unsigned int txt_window_s::window_h |
| unsigned int txt_window_s::window_w |
| int txt_window_s::x |
| int txt_window_s::y |