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

Macros

#define AKEYCODE_ASSIST   219
 
#define LAST_KEYCODE   AKEYCODE_ASSIST
 
#define MAX_KEYS   ((LAST_KEYCODE + 7) / 8)
 

Functions

bool android_keyboard_port_input_pressed (const struct retro_keybind *binds, unsigned id)
 
bool android_keyboard_input_pressed (unsigned key)
 
uint8_tandroid_keyboard_state_get (unsigned port)
 
void android_keyboard_free (void)
 

Variables

static uint8_t android_key_state [MAX_PADS+1][MAX_KEYS]
 

Macro Definition Documentation

◆ AKEYCODE_ASSIST

#define AKEYCODE_ASSIST   219

◆ LAST_KEYCODE

#define LAST_KEYCODE   AKEYCODE_ASSIST

◆ MAX_KEYS

#define MAX_KEYS   ((LAST_KEYCODE + 7) / 8)

Function Documentation

◆ android_keyboard_free()

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

◆ android_keyboard_input_pressed()

bool android_keyboard_input_pressed ( unsigned  key)
Here is the caller graph for this function:

◆ android_keyboard_port_input_pressed()

bool android_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:

◆ android_keyboard_state_get()

uint8_t* android_keyboard_state_get ( unsigned  port)
Here is the caller graph for this function:

Variable Documentation

◆ android_key_state

uint8_t android_key_state[MAX_PADS+1][MAX_KEYS]
static