RetroArch
Classes | Macros | Typedefs | Functions
wsksymvar.h File Reference
#include <gctypes.h>
Include dependency graph for wsksymvar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wscons_keymap
 
struct  wscons_keydesc
 
struct  wskbd_mapdata
 

Macros

#define KB_HANDLEDBYWSKBD   KB_METAESC
 

Typedefs

typedef u16 keysym_t
 
typedef u32 kbd_t
 

Functions

void wskbd_get_mapentry (const struct wskbd_mapdata *, int, struct wscons_keymap *)
 
void wskbd_init_keymap (int, struct wscons_keymap **, int *)
 
int wskbd_load_keymap (const struct wskbd_mapdata *, struct wscons_keymap **, int *)
 
keysym_t wskbd_compose_value (keysym_t *)
 

Macro Definition Documentation

◆ KB_HANDLEDBYWSKBD

#define KB_HANDLEDBYWSKBD   KB_METAESC

Typedef Documentation

◆ kbd_t

typedef u32 kbd_t

◆ keysym_t

typedef u16 keysym_t

Function Documentation

◆ wskbd_compose_value()

keysym_t wskbd_compose_value ( keysym_t )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wskbd_get_mapentry()

void wskbd_get_mapentry ( const struct wskbd_mapdata ,
int  ,
struct wscons_keymap  
)

◆ wskbd_init_keymap()

void wskbd_init_keymap ( int  ,
struct wscons_keymap **  ,
int *   
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wskbd_load_keymap()

int wskbd_load_keymap ( const struct wskbd_mapdata ,
struct wscons_keymap **  ,
int *   
)