summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index c37a55da1c..9a6596d3d2 100644
--- a/input/input.h
+++ b/input/input.h
@@ -221,6 +221,9 @@ bool mp_input_test_dragging(struct input_ctx *ictx, int x, int y);
struct mpv_global;
struct input_ctx *mp_input_init(struct mpv_global *global);
+// Load config, options, and devices.
+void mp_input_load(struct input_ctx *ictx);
+
void mp_input_uninit(struct input_ctx *ictx);
// Sleep for the given amount of seconds, until mp_input_wakeup() is called,