input: Query scene graph for relevant surface/node intersections

This commit is contained in:
Alexander Orzechowski 2023-11-23 10:09:48 -05:00 committed by Kirill Primak
parent 946fc80945
commit 5b8b505af5
7 changed files with 93 additions and 412 deletions

View file

@ -12,6 +12,9 @@
enum sway_scene_descriptor_type {
SWAY_SCENE_DESC_BUFFER_TIMER,
SWAY_SCENE_DESC_NON_INTERACTIVE,
SWAY_SCENE_DESC_CONTAINER,
SWAY_SCENE_DESC_VIEW,
SWAY_SCENE_DESC_DRAG_ICON,
};