RetroArch
Functions
input_remapping.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for input_remapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS bool input_remapping_load_file (void *data, const char *path)
 
bool input_remapping_save_file (const char *path)
 
bool input_remapping_remove_file (const char *path)
 
void input_remapping_set_defaults (bool deinit)
 

Function Documentation

◆ input_remapping_load_file()

RETRO_BEGIN_DECLS bool input_remapping_load_file ( void data,
const char *  path 
)

input_remapping_load_file: : Path to config file.

Loads a remap file from disk to memory.

Returns: true (1) if successful, otherwise false (0).

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

◆ input_remapping_remove_file()

bool input_remapping_remove_file ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_remapping_save_file()

bool input_remapping_save_file ( const char *  path)

input_remapping_save_file: : Path to remapping file (relative path).

Saves remapping values to file.

Returns: true (1) if successful, otherwise false (0).

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

◆ input_remapping_set_defaults()

void input_remapping_set_defaults ( bool  deinit)
Here is the call graph for this function:
Here is the caller graph for this function: