RetroArch
Functions | Variables
dirty_input.h File Reference
#include "retro_common_api.h"
#include "boolean.h"
Include dependency graph for dirty_input.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void add_input_state_hook (void)
 
void remove_input_state_hook (void)
 
int16_t input_state_get_last (unsigned port, unsigned device, unsigned index, unsigned id)
 

Variables

RETRO_BEGIN_DECLS bool input_is_dirty
 

Function Documentation

◆ add_input_state_hook()

void add_input_state_hook ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_state_get_last()

int16_t input_state_get_last ( unsigned  port,
unsigned  device,
unsigned  index,
unsigned  id 
)
Here is the caller graph for this function:

◆ remove_input_state_hook()

void remove_input_state_hook ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ input_is_dirty

RETRO_BEGIN_DECLS bool input_is_dirty