summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.h')
-rw-r--r--desktop/global_history.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/global_history.h b/desktop/global_history.h
index 4564920ce..591b1fe6f 100644
--- a/desktop/global_history.h
+++ b/desktop/global_history.h
@@ -70,4 +70,13 @@ void global_history_redraw(int x, int y, struct rect *clip,
*/
void global_history_mouse_action(browser_mouse_state mouse, int x, int y);
+
+/**
+ * Key press handling.
+ *
+ * \param key The ucs4 character codepoint
+ * \return true if the keypress is dealt with, false otherwise.
+ */
+void global_history_keypress(uint32_t key);
+
#endif