RetroArch
Macros | Functions
menu_cbs_down.c File Reference
#include "../menu_driver.h"
#include "../menu_cbs.h"
Include dependency graph for menu_cbs_down.c:

Macros

#define BIND_ACTION_DOWN(cbs, name)
 

Functions

static int action_bind_down_generic (unsigned type, const char *label)
 
int menu_cbs_init_bind_down (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx)
 

Macro Definition Documentation

◆ BIND_ACTION_DOWN

#define BIND_ACTION_DOWN (   cbs,
  name 
)
Value:
cbs->action_down = name; \
cbs->action_down_ident = #name;
GLuint const GLchar * name
Definition: glext.h:6671

Function Documentation

◆ action_bind_down_generic()

static int action_bind_down_generic ( unsigned  type,
const char *  label 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_down()

int menu_cbs_init_bind_down ( menu_file_list_cbs_t cbs,
const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
Here is the call graph for this function:
Here is the caller graph for this function: