RetroArch
|
Go to the source code of this file.
Typedefs | |
typedef typedefRETRO_BEGIN_DECLS struct input_remote | input_remote_t |
Functions | |
input_remote_t * | input_remote_new (uint16_t port, unsigned max_users) |
void | input_remote_free (input_remote_t *handle, unsigned max_users) |
void | input_remote_poll (input_remote_t *handle, unsigned max_users) |
bool | input_remote_key_pressed (int key, unsigned port) |
void | input_remote_state (int16_t *ret, unsigned port, unsigned device, unsigned idx, unsigned id) |
typedef typedefRETRO_BEGIN_DECLS struct input_remote input_remote_t |
void input_remote_free | ( | input_remote_t * | handle, |
unsigned | max_users | ||
) |
bool input_remote_key_pressed | ( | int | key, |
unsigned | port | ||
) |
input_remote_t* input_remote_new | ( | uint16_t | port, |
unsigned | max_users | ||
) |
void input_remote_poll | ( | input_remote_t * | handle, |
unsigned | max_users | ||
) |
void input_remote_state | ( | int16_t * | ret, |
unsigned | port, | ||
unsigned | device, | ||
unsigned | idx, | ||
unsigned | id | ||
) |