swayfx/sway/input
Rouven Czerwinski f7309778a7 cursor: send clear_focus on hide and enter event on unhide
Clear the focus when we hide the cursor and show it again during the unhide
action. The unhide function will rebase the cursor after the unhide.

Tested by looking at the WAYLAND_DEBUG=1 output of termite.

Also call cursor_handle_activity before sending pointer events to send the enter
events to the surface if the cursor was hidden before.

Fixes #3431
2019-01-15 14:06:48 -05:00
..
cursor.c cursor: send clear_focus on hide and enter event on unhide 2019-01-15 14:06:48 -05:00
input-manager.c reload: reset input configs 2019-01-09 11:24:15 -05:00
keyboard.c Disarm key repeat on reload 2019-01-14 20:15:23 +01:00
seat.c Disarm key repeat on reload 2019-01-14 20:15:23 +01:00
seatop_down.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_move_floating.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_move_tiling.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_resize_floating.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_resize_tiling.c Resize only current and immediate siblings rather than all siblings 2019-01-15 08:01:21 +10:00