11 #include "addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/keyboard.h" 49 bool allow_empty_result,
51 unsigned int auto_close_ms);
52 static bool show_and_get_input(KODI_HANDLE kodiBase,
55 bool allow_empty_result,
56 unsigned int auto_close_ms);
57 static bool show_and_get_new_password_with_head(KODI_HANDLE kodiBase,
58 const char* password_in,
61 bool allow_empty_result,
62 unsigned int auto_close_ms);
63 static bool show_and_get_new_password(KODI_HANDLE kodiBase,
64 const char* password_in,
66 unsigned int auto_close_ms);
67 static bool show_and_verify_new_password_with_head(KODI_HANDLE kodiBase,
71 unsigned int auto_close_ms);
72 static bool show_and_verify_new_password(KODI_HANDLE kodiBase,
74 unsigned int auto_close_ms);
75 static int show_and_verify_password(KODI_HANDLE kodiBase,
76 const char* password_in,
80 unsigned int auto_close_ms);
81 static bool show_and_get_filter(KODI_HANDLE kodiBase,
85 unsigned int auto_close_ms);
86 static bool send_text_to_active_keyboard(KODI_HANDLE kodiBase,
89 static bool is_keyboard_activated(KODI_HANDLE kodiBase);
static bool show_and_get_input_with_head(KODI_HANDLE kodiBase, const char *text_in, char **text_out, const char *heading, bool allow_empty_result, bool hidden_input, unsigned int auto_close_ms)
callback functions from add-on to kodi
Definition: Keyboard.cpp:49
Global gui Add-on to Kodi callback functions.
Definition: Keyboard.h:29
Main structure passed from kodi to addon with basic information needed to create add-on.
Definition: addon_base.h:378