RetroArch
Classes | Typedefs | Enumerations | Functions
menu_input_bind_dialog.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include <boolean.h>
#include <retro_common_api.h>
#include "../menu_input.h"
Include dependency graph for menu_input_bind_dialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  menu_input_ctx_bind
 
struct  menu_input_ctx_bind_limits
 

Typedefs

typedef struct menu_input_ctx_bind menu_input_ctx_bind_t
 
typedef struct menu_input_ctx_bind_limits menu_input_ctx_bind_limits_t
 

Enumerations

enum  menu_input_binds_ctl_state { MENU_INPUT_BINDS_CTL_BIND_NONE = 0, MENU_INPUT_BINDS_CTL_BIND_SINGLE, MENU_INPUT_BINDS_CTL_BIND_ALL }
 

Functions

bool menu_input_key_bind_set_mode (enum menu_input_binds_ctl_state state, void *data)
 
bool menu_input_key_bind_set_min_max (menu_input_ctx_bind_limits_t *lim)
 
bool menu_input_key_bind_iterate (menu_input_ctx_bind_t *bind)
 

Typedef Documentation

◆ menu_input_ctx_bind_limits_t

◆ menu_input_ctx_bind_t

Enumeration Type Documentation

◆ menu_input_binds_ctl_state

Enumerator
MENU_INPUT_BINDS_CTL_BIND_NONE 
MENU_INPUT_BINDS_CTL_BIND_SINGLE 
MENU_INPUT_BINDS_CTL_BIND_ALL 

Function Documentation

◆ menu_input_key_bind_iterate()

bool menu_input_key_bind_iterate ( menu_input_ctx_bind_t bind)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_input_key_bind_set_min_max()

bool menu_input_key_bind_set_min_max ( menu_input_ctx_bind_limits_t lim)
Here is the caller graph for this function:

◆ menu_input_key_bind_set_mode()

bool menu_input_key_bind_set_mode ( enum menu_input_binds_ctl_state  state,
void data 
)
Here is the call graph for this function:
Here is the caller graph for this function: