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

Go to the source code of this file.

Typedefs

typedef typedefRETRO_BEGIN_DECLS struct input_mapper input_mapper_t
 

Functions

input_mapper_tinput_mapper_new (void)
 
void input_mapper_free (input_mapper_t *handle)
 
void input_mapper_poll (input_mapper_t *handle)
 
bool input_mapper_key_pressed (input_mapper_t *handle, int key)
 
void input_mapper_state (input_mapper_t *handle, int16_t *ret, unsigned port, unsigned device, unsigned idx, unsigned id)
 

Typedef Documentation

◆ input_mapper_t

typedef typedefRETRO_BEGIN_DECLS struct input_mapper input_mapper_t

Function Documentation

◆ input_mapper_free()

void input_mapper_free ( input_mapper_t handle)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_mapper_key_pressed()

bool input_mapper_key_pressed ( input_mapper_t handle,
int  key 
)

◆ input_mapper_new()

input_mapper_t* input_mapper_new ( void  )
Here is the caller graph for this function:

◆ input_mapper_poll()

void input_mapper_poll ( input_mapper_t handle)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_mapper_state()

void input_mapper_state ( input_mapper_t handle,
int16_t ret,
unsigned  port,
unsigned  device,
unsigned  idx,
unsigned  id 
)
Here is the call graph for this function:
Here is the caller graph for this function: