|
RetroArch
|
#include <string.h>#include <boolean.h>#include <string/stdstring.h>#include "../configuration.h"#include "ui_companion_driver.h"Variables | |
| static const ui_companion_driver_t * | ui_companion_drivers [] |
| static bool | main_ui_companion_is_on_foreground = false |
| static const ui_companion_driver_t * | ui_companion = NULL |
| static void * | ui_companion_data = NULL |
| const ui_application_t* ui_companion_driver_get_application_ptr | ( | void | ) |
| const ui_browser_window_t* ui_companion_driver_get_browser_window_ptr | ( | void | ) |
| const ui_msg_window_t* ui_companion_driver_get_msg_window_ptr | ( | void | ) |
| const ui_window_t* ui_companion_driver_get_window_ptr | ( | void | ) |
| void ui_companion_driver_msg_queue_push | ( | const char * | msg, |
| unsigned | priority, | ||
| unsigned | duration, | ||
| bool | flush | ||
| ) |
| void ui_companion_driver_notify_list_loaded | ( | file_list_t * | list, |
| file_list_t * | menu_list | ||
| ) |
| void ui_companion_event_command | ( | enum event_command | action | ) |
| const ui_companion_driver_t* ui_companion_find_driver | ( | const char * | ident | ) |
ui_companion_find_driver: : Identifier name of driver to find.
Finds driver with . Does not initialize.
Returns: pointer to driver if successful, otherwise NULL.
| const ui_companion_driver_t* ui_companion_get_ptr | ( | void | ) |
| const ui_companion_driver_t* ui_companion_init_first | ( | void | ) |
ui_companion_init_first:
Finds first suitable driver and initialize.
Returns: pointer to first suitable driver, otherwise NULL.
| void ui_companion_set_foreground | ( | unsigned | enable | ) |
|
static |
|
static |
1.8.15