RetroArch
Functions | Variables
uwp_func.h File Reference
#include <retro_miscellaneous.h>
Include dependency graph for uwp_func.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

voiduwp_get_corewindow (void)
 
void uwp_input_next_frame (void)
 
bool uwp_keyboard_pressed (unsigned key)
 
int16_t uwp_mouse_state (unsigned port, unsigned id, bool screen)
 
int16_t uwp_pointer_state (unsigned idx, unsigned id, bool screen)
 
void uwp_fill_installed_core_packages (struct string_list *list)
 

Variables

char uwp_dir_install [PATH_MAX_LENGTH]
 
char uwp_dir_data [PATH_MAX_LENGTH]
 
char uwp_device_family [128]
 
const struct rarch_key_map rarch_key_map_uwp []
 

Function Documentation

◆ uwp_fill_installed_core_packages()

void uwp_fill_installed_core_packages ( struct string_list list)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ uwp_get_corewindow()

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

◆ uwp_input_next_frame()

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

◆ uwp_keyboard_pressed()

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

◆ uwp_mouse_state()

int16_t uwp_mouse_state ( unsigned  port,
unsigned  id,
bool  screen 
)
Here is the caller graph for this function:

◆ uwp_pointer_state()

int16_t uwp_pointer_state ( unsigned  idx,
unsigned  id,
bool  screen 
)
Here is the caller graph for this function:

Variable Documentation

◆ rarch_key_map_uwp

const struct rarch_key_map rarch_key_map_uwp[]

◆ uwp_device_family

char uwp_device_family[128]

◆ uwp_dir_data

char uwp_dir_data[PATH_MAX_LENGTH]

◆ uwp_dir_install

char uwp_dir_install[PATH_MAX_LENGTH]