Skip to content

Don't send motion events into JavaScript

Most of the time, the JavaScript event handlers don't care about motion events. So avoid the significant CPU overhead of passing each one into JavaScript.

Now the only remaining code that wakes up on CLUTTER_MOTION events is native C code, which is much more efficient.

Edited by Jeff Fortin

Merge request reports