Skip to content

Event handling code cleanups and simplifications

Carlos Garnacho requested to merge wip/carlosg/event-cleanup into master

Do some simplifications in event management:

  • Drop all non-input ClutterEvents
  • Move platform event data to ClutterEvent
  • Drop platform event data infrastructure
  • Take motion compression out of ClutterSeat

This avoids some weird loops back into backend code to deal with ClutterEvents.

Merge request reports