RetroArch
Enumerations | Functions
menu_generic.h File Reference
#include <boolean.h>
#include "../menu_driver.h"
#include "../menu_input.h"
Include dependency graph for menu_generic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  action_iterate_type { ITERATE_TYPE_DEFAULT = 0, ITERATE_TYPE_HELP, ITERATE_TYPE_INFO, ITERATE_TYPE_BIND }
 

Functions

int generic_menu_iterate (menu_handle_t *menu, void *userdata, enum menu_action action)
 
bool generic_menu_init_list (void *data)
 

Enumeration Type Documentation

◆ action_iterate_type

Enumerator
ITERATE_TYPE_DEFAULT 
ITERATE_TYPE_HELP 
ITERATE_TYPE_INFO 
ITERATE_TYPE_BIND 

Function Documentation

◆ generic_menu_init_list()

bool generic_menu_init_list ( void data)
Here is the call graph for this function:

◆ generic_menu_iterate()

int generic_menu_iterate ( menu_handle_t menu,
void userdata,
enum menu_action  action 
)

menu_iterate: : input sample for this frame : input sample of the previous frame : difference' input sample - difference between 'input' and 'old_input'

Runs RetroArch menu for one frame.

Returns: 0 on success, -1 if we need to quit out of the loop.

Here is the call graph for this function:
Here is the caller graph for this function: