Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
c64_kbd_mapping.c File Reference
#include "xemu/emutools.h"
#include "xemu/emutools_hid.h"
#include "xemu/c64_kbd_mapping.h"
Include dependency graph for c64_kbd_mapping.c:

Go to the source code of this file.

Functions

void c64_toggle_joy_emu (void)
 
Uint8 c64_get_joy_state (void)
 

Variables

const struct KeyMappingDefault c64_key_map []
 
int joystick_emu = 1
 

Function Documentation

◆ c64_get_joy_state()

Uint8 c64_get_joy_state ( void  )

Definition at line 151 of file c64_kbd_mapping.c.

Here is the call graph for this function:

◆ c64_toggle_joy_emu()

void c64_toggle_joy_emu ( void  )

Definition at line 140 of file c64_kbd_mapping.c.

Here is the caller graph for this function:

Variable Documentation

◆ c64_key_map

const struct KeyMappingDefault c64_key_map[]

Definition at line 33 of file c64_kbd_mapping.c.

◆ joystick_emu

int joystick_emu = 1

Definition at line 137 of file c64_kbd_mapping.c.