RetroArch
Classes | Typedefs | Functions
gamepad.h File Reference
#include "../input_driver.h"
Include dependency graph for gamepad.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pad_connection_listener_interface
 
struct  _axis_data
 

Typedefs

typedef struct _axis_data axis_data
 

Functions

void gamepad_read_axis_data (uint32_t axis, axis_data *data)
 
int16_t gamepad_get_axis_value (int16_t state[3][2], axis_data *data)
 

Typedef Documentation

◆ axis_data

typedef struct _axis_data axis_data

Function Documentation

◆ gamepad_get_axis_value()

int16_t gamepad_get_axis_value ( int16_t  state[3][2],
axis_data data 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gamepad_read_axis_data()

void gamepad_read_axis_data ( uint32_t  axis,
axis_data data 
)
Here is the caller graph for this function: