input: Query scene graph for relevant surface/node intersections

This commit is contained in:
Alexander Orzechowski 2022-05-31 15:11:17 -04:00 committed by Kirill Primak
parent f9fc1ff7a8
commit 4b39a8a847
4 changed files with 72 additions and 137 deletions

View file

@ -4,6 +4,8 @@
enum sway_scene_descriptor_type {
SWAY_SCENE_DESC_BUFFER_TIMER,
SWAY_SCENE_DESC_NON_INTERACTIVE,
SWAY_SCENE_DESC_CONTAINER,
SWAY_SCENE_DESC_DRAG_ICON,
};