RetroArch
dirty_input.h
Go to the documentation of this file.
1 #ifndef __DIRTY_INPUT_H___
2 #define __DIRTY_INPUT_H___
3 
4 #include "retro_common_api.h"
5 #include "boolean.h"
6 
8 
9 extern bool input_is_dirty;
10 void add_input_state_hook(void);
11 void remove_input_state_hook(void);
13  unsigned device, unsigned index, unsigned id);
14 
16 
17 #endif
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
includes all by default used to find thumbnails Please choose a single playlist first Add Entry Add Folder Select Files< multiple > Please fill out all required fields RetroArch updated successfully Please restart the application for the changes to take effect Contributors Move Down Load Remove Add Pass No shader passes Reset All Passes Download thumbnail Start on Download All Thumbnails This Playlist Configured in port
Definition: msg_hash_us.h:7699
RETRO_BEGIN_DECLS bool input_is_dirty
Definition: dirty_input.c:12
signed short int16_t
Definition: stdint.h:122
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
int16_t input_state_get_last(unsigned port, unsigned device, unsigned index, unsigned id)
Definition: dirty_input.c:121
GLuint index
Definition: glext.h:6671
void add_input_state_hook(void)
Definition: dirty_input.c:178
void remove_input_state_hook(void)
Definition: dirty_input.c:200
struct nk_device device
Definition: nk_common.c:44