Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the source code of this file.
Functions | |
void | clear_emu_events (void) |
Uint8 | cia1_in_b (void) |
Uint8 | cia1_in_a (void) |
void | input_init (void) |
int | emu_callback_key (int pos, SDL_Scancode key, int pressed, int handled) |
void | input_toggle_joy_emu (void) |
Uint8 | hwa_kbd_get_last (void) |
Uint8 | hwa_kbd_get_modifiers (void) |
void | hwa_kbd_move_next (void) |
void | hwa_kbd_fake_key (Uint8 k) |
void | hwa_kbd_disable_selector (int state) |
void | virtkey (Uint8 rno, Uint8 scancode) |
Uint8 | kbd_directscan_query (Uint8 row) |
void | kbd_trigger_restore_trap (void) |
Uint8 | get_mouse_x_via_sid (void) |
Uint8 | get_mouse_y_via_sid (void) |
Uint8 cia1_in_a | ( | void | ) |
Definition at line 250 of file input_devices.c.
Uint8 cia1_in_b | ( | void | ) |
Definition at line 235 of file input_devices.c.
void clear_emu_events | ( | void | ) |
Definition at line 193 of file commodore_65.c.
int emu_callback_key | ( | int | pos, |
SDL_Scancode | key, | ||
int | pressed, | ||
int | handled | ||
) |
Definition at line 807 of file commodore_65.c.
Uint8 get_mouse_x_via_sid | ( | void | ) |
Definition at line 384 of file input_devices.c.
Uint8 get_mouse_y_via_sid | ( | void | ) |
Definition at line 397 of file input_devices.c.
void hwa_kbd_disable_selector | ( | int | state | ) |
void hwa_kbd_fake_key | ( | Uint8 | k | ) |
Definition at line 96 of file input_devices.c.
Uint8 hwa_kbd_get_last | ( | void | ) |
Uint8 hwa_kbd_get_modifiers | ( | void | ) |
void hwa_kbd_move_next | ( | void | ) |
void input_init | ( | void | ) |
void input_toggle_joy_emu | ( | void | ) |
void kbd_trigger_restore_trap | ( | void | ) |
Definition at line 260 of file input_devices.c.