RetroArch
Macros | Functions | Variables
keyboard_event_dos.c File Reference
#include <retro_miscellaneous.h>
#include "keyboard_event_dos.h"
#include "../input_keymaps.h"
Include dependency graph for keyboard_event_dos.c:

Macros

#define MAX_KEYS   LAST_KEYCODE + 1
 

Functions

bool dos_keyboard_port_input_pressed (const struct retro_keybind *binds, unsigned id)
 
bool dos_keyboard_input_pressed (unsigned key)
 
uint16_tdos_keyboard_state_get (unsigned port)
 
void dos_keyboard_free (void)
 

Variables

static uint16_t dos_key_state [MAX_PADS+1][MAX_KEYS]
 

Macro Definition Documentation

◆ MAX_KEYS

#define MAX_KEYS   LAST_KEYCODE + 1

Function Documentation

◆ dos_keyboard_free()

void dos_keyboard_free ( void  )
Here is the caller graph for this function:

◆ dos_keyboard_input_pressed()

bool dos_keyboard_input_pressed ( unsigned  key)

◆ dos_keyboard_port_input_pressed()

bool dos_keyboard_port_input_pressed ( const struct retro_keybind binds,
unsigned  id 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dos_keyboard_state_get()

uint16_t* dos_keyboard_state_get ( unsigned  port)
Here is the caller graph for this function:

Variable Documentation

◆ dos_key_state

uint16_t dos_key_state[MAX_PADS+1][MAX_KEYS]
static