Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions
input_devices.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ cia1_in_a()

Uint8 cia1_in_a ( void  )

Definition at line 250 of file input_devices.c.

◆ cia1_in_b()

Uint8 cia1_in_b ( void  )

Definition at line 235 of file input_devices.c.

◆ clear_emu_events()

void clear_emu_events ( void  )

Definition at line 193 of file commodore_65.c.

◆ emu_callback_key()

int emu_callback_key ( int  pos,
SDL_Scancode  key,
int  pressed,
int  handled 
)

Definition at line 807 of file commodore_65.c.

◆ get_mouse_x_via_sid()

Uint8 get_mouse_x_via_sid ( void  )

Definition at line 384 of file input_devices.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_mouse_y_via_sid()

Uint8 get_mouse_y_via_sid ( void  )

Definition at line 397 of file input_devices.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hwa_kbd_disable_selector()

void hwa_kbd_disable_selector ( int  state)

Definition at line 86 of file input_devices.c.

Here is the caller graph for this function:

◆ hwa_kbd_fake_key()

void hwa_kbd_fake_key ( Uint8  k)

Definition at line 96 of file input_devices.c.

◆ hwa_kbd_get_last()

Uint8 hwa_kbd_get_last ( void  )

Definition at line 104 of file input_devices.c.

Here is the caller graph for this function:

◆ hwa_kbd_get_modifiers()

Uint8 hwa_kbd_get_modifiers ( void  )

Definition at line 116 of file input_devices.c.

Here is the caller graph for this function:

◆ hwa_kbd_move_next()

void hwa_kbd_move_next ( void  )

Definition at line 125 of file input_devices.c.

Here is the caller graph for this function:

◆ input_init()

void input_init ( void  )

Definition at line 410 of file input_devices.c.

Here is the call graph for this function:

◆ input_toggle_joy_emu()

void input_toggle_joy_emu ( void  )

Definition at line 209 of file input_devices.c.

Here is the call graph for this function:

◆ kbd_directscan_query()

Uint8 kbd_directscan_query ( Uint8  row)

Definition at line 181 of file input_devices.c.

Here is the caller graph for this function:

◆ kbd_trigger_restore_trap()

void kbd_trigger_restore_trap ( void  )

Definition at line 260 of file input_devices.c.

◆ virtkey()

void virtkey ( Uint8  rno,
Uint8  scancode 
)

Definition at line 216 of file input_devices.c.

Here is the caller graph for this function: