aboutsummaryrefslogtreecommitdiff
path: root/rt/include/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt/include/plugin.h')
-rw-r--r--rt/include/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/include/plugin.h b/rt/include/plugin.h
index be5dbb4..4146b37 100644
--- a/rt/include/plugin.h
+++ b/rt/include/plugin.h
@@ -143,6 +143,7 @@ typedef struct PLUGIN {
EXPORT(opqst_t (*plugin_handle_button)(struct wlr_pointer_button_event *event,
uint32_t modifiers, opqst_t state));
+ /* Absolute motion only for now; relative motion stays in the runtime. */
EXPORT(opqst_t (*plugin_handle_motion)(
struct wlr_pointer_motion_absolute_event *event, uint32_t modifiers,
opqst_t state));