|
wlmaker
|
#include <manager.h>
Public Attributes | |
| struct wl_signal | cursor_position_updated |
| struct wl_signal | activity |
| struct wl_signal | deactivate_task_list |
Events provided by the input manager.
| struct wl_signal wlmim_events::activity |
Signals when there has been any input activity.
Useful to eg. reset an idle timer.
| struct wl_signal wlmim_events::cursor_position_updated |
Signals when the cursor's position is updated.
Will be called from _wlmim_cursor_handle_motion and _wlmim_cursor_handle_motion_absolute handlers, after issuing wlr_cursor_move(), respectively wlr_cursor_warp_absolute().
Offers struct wlr_cursor as argument.
| struct wl_signal wlmim_events::deactivate_task_list |
Hack: Signals when ALT modifier is lost, indicating that the task list should be de-activated.
TODO(kaese.nosp@m.r@gu.nosp@m.bbe.c.nosp@m.h): Handle this better – should respect the modifiers of the task list actions, and be more generalized.