RetroArch
Typedefs | Functions
input_remote.h File Reference
#include <stdint.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for input_remote.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_remote input_remote_t
 

Functions

input_remote_tinput_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 Documentation

◆ input_remote_t

typedef typedefRETRO_BEGIN_DECLS struct input_remote input_remote_t

Function Documentation

◆ input_remote_free()

void input_remote_free ( input_remote_t handle,
unsigned  max_users 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_remote_key_pressed()

bool input_remote_key_pressed ( int  key,
unsigned  port 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_remote_new()

input_remote_t* input_remote_new ( uint16_t  port,
unsigned  max_users 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_remote_poll()

void input_remote_poll ( input_remote_t handle,
unsigned  max_users 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_remote_state()

void input_remote_state ( 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: