Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


board Struct Reference

Data Fields

SDL_Surface * blank
 
int cur_col
 
int cur_line
 
SDL_Surface * font
 
SDL_Rect * font_rects
 
int kb_output
 
int p_h
 
SDL_Rect * p_rect
 
int p_w
 
SDL_Surface * screen
 
char * text
 
int v_h
 
int v_w
 

Detailed Description

Definition at line 56 of file console_board.c.

Field Documentation

SDL_Surface* blank

Definition at line 61 of file console_board.c.

Referenced by board_setup(), delete_board(), and render_board().

int cur_col

Definition at line 70 of file console_board.c.

Referenced by board_setup(), print_message(), and reset_board().

int cur_line

Definition at line 71 of file console_board.c.

Referenced by board_setup(), move_message_board(), render_board(), and reset_board().

SDL_Surface* font

Definition at line 75 of file console_board.c.

Referenced by board_setup(), and render_board().

SDL_Rect* font_rects

Definition at line 76 of file console_board.c.

Referenced by board_setup(), and render_board().

int kb_output

Definition at line 57 of file console_board.c.

int p_h

Definition at line 65 of file console_board.c.

Referenced by board_setup(), move_message_board(), and render_board().

SDL_Rect* p_rect

Definition at line 60 of file console_board.c.

Referenced by board_setup(), and render_board().

int p_w

Definition at line 67 of file console_board.c.

Referenced by board_setup().

SDL_Surface* screen

Definition at line 59 of file console_board.c.

Referenced by board_setup(), and render_board().

char* text
int v_h
int v_w

Definition at line 64 of file console_board.c.

Referenced by board_setup(), print_message(), render_board(), and reset_board().


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