Open jgcodes2020 opened 7 months ago
This is useful for emulators which implement input recording.
Proposed API:
typedef struct { void* cb_data; bool (*filter_input)(void* context, int control, BUTTONS* keys); }
This is useful for emulators which implement input recording.
Proposed API: