Go to the source code of this file.
 | 
| void  | xemugui_cb_call_user_data (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_call_user_data_if_sure (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_quit (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_show_info_window_text (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_about_window (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_call_quit_if_sure (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_windowsize (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_osd_key_debugger (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_set_mouse_grab (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_set_integer_to_one (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_toggle_int_inverted (const struct menu_st *m, int *query) | 
|   | 
| void  | xemugui_cb_toggle_int (const struct menu_st *m, int *query) | 
|   | 
◆ UI_CB_QUIT
      
        
          | #define UI_CB_QUIT | 
          ( | 
           | ) | 
             exit(0) | 
        
      
 
 
◆ UI_CB_QUIT_
Value:        do {    \
        SDL_Event ev;           \
        ev.type = SDL_QUIT;     \
        SDL_PushEvent(&ev);     \
} while(0)
 
Definition at line 22 of file popular_user_funcs.c.
 
 
◆ xemugui_cb_about_window()
      
        
          | void xemugui_cb_about_window  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_call_quit_if_sure()
      
        
          | void xemugui_cb_call_quit_if_sure  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_call_user_data()
      
        
          | void xemugui_cb_call_user_data  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_call_user_data_if_sure()
      
        
          | void xemugui_cb_call_user_data_if_sure  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_osd_key_debugger()
      
        
          | void xemugui_cb_osd_key_debugger  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_quit()
      
        
          | void xemugui_cb_quit  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_set_integer_to_one()
      
        
          | void xemugui_cb_set_integer_to_one  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_set_mouse_grab()
      
        
          | void xemugui_cb_set_mouse_grab  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_show_info_window_text()
      
        
          | void xemugui_cb_show_info_window_text  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_toggle_int()
      
        
          | void xemugui_cb_toggle_int  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_toggle_int_inverted()
      
        
          | void xemugui_cb_toggle_int_inverted  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xemugui_cb_windowsize()
      
        
          | void xemugui_cb_windowsize  | 
          ( | 
          const struct menu_st *  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          query  | 
        
        
           | 
          ) | 
           |  |