Respond to the input purpose, showing a numeric keypad if requested

This commit is contained in:
David Boddie
2019-07-19 23:00:41 +00:00
parent c801b17ba0
commit 00c3903672
5 changed files with 44 additions and 5 deletions

View File

@ -25,6 +25,7 @@
#include <eek/eek.h>
#include "virtual-keyboard-unstable-v1-client-protocol.h"
#include "text-input-unstable-v3-client-protocol.h"
G_BEGIN_DECLS
@ -104,5 +105,9 @@ gboolean eekboard_context_service_get_fullscreen
void eekboard_context_service_set_keymap(EekboardContextService *context,
const EekKeyboard *keyboard);
void eekboard_context_service_set_hint_purpose(EekboardContextService *context,
uint32_t hint,
uint32_t purpose);
G_END_DECLS
#endif /* EEKBOARD_CONTEXT_SERVICE_H */