wlroots/include
José Expósito d069a783bc pointer: add hold pointer event definition
As touchpad touches are generally fully abstracted, a client cannot
currently know when a user is interacting with the touchpad without
moving. This is solved by hold gestures.

Hold gestures are notifications about one or more fingers being held
down on the touchpad without significant movement.

Hold gestures are primarily designed for two interactions:

 - Hold to interact: where a hold gesture is active for some time a
   menu could pop up, some object could be selected, etc.
 - Hold to cancel: where e.g. kinetic scrolling is currently active,
   the start of a hold gesture can be used to stop the scroll.

Unlike swipe and pinch, hold gestures, by definition, do not have
movement, so there is no need for an "update" stage in the gesture.

Create two structs, wlr_event_pointer_hold_begin and
wlr_event_pointer_hold_end, to represent hold gesture events and the
signals to emit them: wlr_pointer->pointer.hold_begin/hold_end.
2021-09-27 15:30:31 +02:00
..
backend backend/drm: add support for panel orientation 2021-09-21 11:40:37 -06:00
render render/allocator/gbm: fix create() docs for FD ownership 2021-09-01 21:34:34 +02:00
types xdg-surface: simplify configure mechanism 2021-09-21 10:09:09 +02:00
util util/shm: add allocate_shm_file_pair 2021-09-05 22:06:25 +02:00
wlr pointer: add hold pointer event definition 2021-09-27 15:30:31 +02:00
xcursor xcursor: make cursor data and metadata const 2021-02-05 10:04:20 +01:00
xwayland build: simplify get_variable calls 2021-09-21 11:35:08 -06:00
meson.build backend/{drm,libinput}: exclude headers when disabled 2021-08-25 09:50:27 -04:00