sway/sway/input
Tudor Brindus 8fa74add82 input/pointer: don't trigger pointer bindings for emulated input
Prior to this commit, a tablet device could trigger mouse button down
bindings if the pen was pressed on a surface that didn't bind tablet
handlers -- but it wouldn't if the surface did bind tablet handlers.

We should expose consistent behavior to users so that they don't have to
care about emulated vs. non-emulated input, so stop triggering bindings
for any non-pointer devices.
2020-06-16 19:21:55 +02:00
..
cursor.c common/util: fix `get_current_time_msec` returning microseconds 2020-06-06 13:38:41 +02:00
input-manager.c input: fix reloading crash due to keyboard group configuring 2020-05-19 15:42:32 -04:00
keyboard.c input/keyboard: wlr_keyboard_group enter and leave 2020-06-16 17:53:23 +02:00
libinput.c input/libinput: typo fixes (get -> get_default) 2019-08-03 15:46:05 +02:00
seat.c Use new wlroots API for clearing keyboard/pointer focus during grabs 2020-06-05 17:24:23 +02:00
seatop_default.c input/pointer: don't trigger pointer bindings for emulated input 2020-06-16 19:21:55 +02:00
seatop_down.c input/cursor: refactor tablet tool tip events into seatops 2020-06-04 10:20:32 +02:00
seatop_move_floating.c input/tablet: allow moving floating tablet v2 surfaces by pen input 2020-06-07 10:46:14 +02:00
seatop_move_tiling.c input/tablet: allow moving tiling tablet v2 surfaces by pen input 2020-06-07 10:46:14 +02:00
seatop_resize_floating.c Use new wlroots API for clearing keyboard/pointer focus during grabs 2020-06-05 17:24:23 +02:00
seatop_resize_tiling.c Use new wlroots API for clearing keyboard/pointer focus during grabs 2020-06-05 17:24:23 +02:00
switch.c Fix a use-after-free error in switch binding 2020-04-14 19:41:30 -04:00
tablet.c input/tablet: query tablet focused surface for cursor image check 2020-04-26 09:14:54 +02:00
text_input.c im: Fix crash when im destorying and no focused surface exists 2020-04-04 11:42:04 +02:00