mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Get rid of duplicate input_keyboard_line_complete occurrences
This commit is contained in:
parent
7b75dc4f9b
commit
5dd06ccfcd
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include "menu_defines.h"
|
#include "menu_defines.h"
|
||||||
#include "../input/input_types.h"
|
#include "../input/input_types.h"
|
||||||
|
#include "../input/input_driver.h"
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
@ -213,18 +214,6 @@ void menu_input_set_pointer_selection(unsigned selection);
|
|||||||
**/
|
**/
|
||||||
void menu_input_set_pointer_y_accel(float y_accel);
|
void menu_input_set_pointer_y_accel(float y_accel);
|
||||||
|
|
||||||
/**
|
|
||||||
* Line complete callback. Calls back after return is pressed with the
|
|
||||||
* completed line. Line can be NULL. (Meaning that it might return a NULL
|
|
||||||
* pointer instead of an empty string?)
|
|
||||||
*
|
|
||||||
* @param userdata
|
|
||||||
* @param line a string representation of the completed line
|
|
||||||
* (FIXME it might return a NULL pointer instead of an empty
|
|
||||||
* string?)
|
|
||||||
**/
|
|
||||||
typedef void (*input_keyboard_line_complete_t)(void *userdata, const char *line);
|
|
||||||
|
|
||||||
typedef struct menu_input_ctx_line
|
typedef struct menu_input_ctx_line
|
||||||
{
|
{
|
||||||
const char *label;
|
const char *label;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user