RetroArch
Macros | Enumerations | Functions
menu_osk.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for menu_osk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OSK_CHARS_PER_LINE   11
 

Enumerations

enum  osk_type {
  OSK_TYPE_UNKNOWN = 0U, OSK_LOWERCASE_LATIN, OSK_UPPERCASE_LATIN, OSK_SYMBOLS_PAGE1,
  OSK_TYPE_LAST
}
 

Functions

enum osk_type menu_event_get_osk_idx (void)
 
void menu_event_set_osk_idx (enum osk_type idx)
 
int menu_event_get_osk_ptr (void)
 
void menu_event_set_osk_ptr (int a)
 
void menu_event_osk_append (int a)
 
void menu_event_osk_iterate (void)
 
char ** menu_event_get_osk_grid (void)
 

Macro Definition Documentation

◆ OSK_CHARS_PER_LINE

#define OSK_CHARS_PER_LINE   11

Enumeration Type Documentation

◆ osk_type

enum osk_type
Enumerator
OSK_TYPE_UNKNOWN 
OSK_LOWERCASE_LATIN 
OSK_UPPERCASE_LATIN 
OSK_SYMBOLS_PAGE1 
OSK_TYPE_LAST 

Function Documentation

◆ menu_event_get_osk_grid()

char** menu_event_get_osk_grid ( void  )
Here is the caller graph for this function:

◆ menu_event_get_osk_idx()

enum osk_type menu_event_get_osk_idx ( void  )
Here is the caller graph for this function:

◆ menu_event_get_osk_ptr()

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

◆ menu_event_osk_append()

void menu_event_osk_append ( int  a)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_event_osk_iterate()

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

◆ menu_event_set_osk_idx()

void menu_event_set_osk_idx ( enum osk_type  idx)
Here is the caller graph for this function:

◆ menu_event_set_osk_ptr()

void menu_event_set_osk_ptr ( int  a)
Here is the caller graph for this function: