summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/input_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h
index d87ae18c..dd5d71a8 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -65,6 +65,8 @@ extern struct pointer_state {
65 int mode; 65 int mode;
66} pointer_state; 66} pointer_state;
67 67
68void pointer_position_set(struct wlc_origin *new_origin, bool force_focus);
69
68// on button release unset mode depending on the button. 70// on button release unset mode depending on the button.
69// on button press set mode conditionally depending on the button 71// on button press set mode conditionally depending on the button
70void pointer_mode_set(uint32_t button, bool condition); 72void pointer_mode_set(uint32_t button, bool condition);