mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Change input_driver_ctl calls to input_keyboard_ctl
This commit is contained in:
parent
2fee5edba4
commit
56c47bbe56
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ static void input_keyboard_line_toggle_osk(bool enable)
|
|||
return;
|
||||
|
||||
if (enable)
|
||||
input_driver_ctl(RARCH_INPUT_KEYBOARD_CTL_SET_LINEFEED_ENABLED, NULL);
|
||||
input_keyboard_ctl(RARCH_INPUT_KEYBOARD_CTL_SET_LINEFEED_ENABLED, NULL);
|
||||
else
|
||||
input_driver_ctl(RARCH_INPUT_KEYBOARD_CTL_UNSET_LINEFEED_ENABLED, NULL);
|
||||
input_keyboard_ctl(RARCH_INPUT_KEYBOARD_CTL_UNSET_LINEFEED_ENABLED, NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue