mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Remove is_input_keyboard_display_on
This commit is contained in:
parent
b4b77fd6b0
commit
e16c3b96af
11
retroarch.c
11
retroarch.c
@ -4822,7 +4822,7 @@ int generic_menu_entry_action(
|
|||||||
#ifdef HAVE_ACCESSIBILITY
|
#ifdef HAVE_ACCESSIBILITY
|
||||||
if ( action != 0
|
if ( action != 0
|
||||||
&& is_accessibility_enabled(p_rarch)
|
&& is_accessibility_enabled(p_rarch)
|
||||||
&& !is_input_keyboard_display_on())
|
&& !menu_input_dialog_get_display_kb())
|
||||||
{
|
{
|
||||||
char current_label[255];
|
char current_label[255];
|
||||||
char current_value[255];
|
char current_value[255];
|
||||||
@ -40535,15 +40535,6 @@ unsigned int retroarch_get_rotation(void)
|
|||||||
return video_rotation + p_rarch->runloop_system.rotation;
|
return video_rotation + p_rarch->runloop_system.rotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_input_keyboard_display_on(void)
|
|
||||||
{
|
|
||||||
#ifdef HAVE_MENU
|
|
||||||
return menu_input_dialog_get_display_kb();
|
|
||||||
#else
|
|
||||||
return false;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef HAVE_ACCESSIBILITY
|
#ifdef HAVE_ACCESSIBILITY
|
||||||
static bool accessibility_speak_priority(
|
static bool accessibility_speak_priority(
|
||||||
struct rarch_state *p_rarch,
|
struct rarch_state *p_rarch,
|
||||||
|
@ -1978,8 +1978,6 @@ unsigned int retroarch_get_rotation(void);
|
|||||||
|
|
||||||
void retroarch_init_task_queue(void);
|
void retroarch_init_task_queue(void);
|
||||||
|
|
||||||
bool is_input_keyboard_display_on(void);
|
|
||||||
|
|
||||||
bool input_key_pressed(int key, bool keyboard_pressed);
|
bool input_key_pressed(int key, bool keyboard_pressed);
|
||||||
|
|
||||||
const char *joypad_driver_name(unsigned i);
|
const char *joypad_driver_name(unsigned i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user