Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include "xemu/emutools.h"
#include "xemu/emutools_hid.h"
#include "input_devices.h"
#include "commander_x16.h"
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | ps2_keymap_st |
Functions | |
void | clear_emu_events (void) |
int | read_ps2_port (void) |
int | emu_callback_key (int pos, SDL_Scancode key, int pressed, int handled) |
void clear_emu_events | ( | void | ) |
int emu_callback_key | ( | int | pos, |
SDL_Scancode | key, | ||
int | pressed, | ||
int | handled | ||
) |
Definition at line 138 of file input_devices.c.
int read_ps2_port | ( | void | ) |
Definition at line 71 of file input_devices.c.