|
RetroArch
|
Go to the source code of this file.
Typedefs | |
| typedef typedefRETRO_BEGIN_DECLS struct input_mapper | input_mapper_t |
Functions | |
| input_mapper_t * | input_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 typedefRETRO_BEGIN_DECLS struct input_mapper input_mapper_t |
| void input_mapper_free | ( | input_mapper_t * | handle | ) |
| bool input_mapper_key_pressed | ( | input_mapper_t * | handle, |
| int | key | ||
| ) |
| input_mapper_t* input_mapper_new | ( | void | ) |
| void input_mapper_poll | ( | input_mapper_t * | handle | ) |
| void input_mapper_state | ( | input_mapper_t * | handle, |
| int16_t * | ret, | ||
| unsigned | port, | ||
| unsigned | device, | ||
| unsigned | idx, | ||
| unsigned | id | ||
| ) |
1.8.15