Can this be related to mouse update rate?
We had a thread about that here which I can't find now, I don't have any backpressure of
how fast the mouse events are generated, they are sent async from gui thread to erlang,
which generates to much work.
I don't really know how to solve that, both wx (the erlang wrapper lib) and wings in its current state are designed to work with async event model. So I don't have an easy fix.
The only fix was to reduce the mouse polling rate. Micheus you had some links?
EDIT: Also since corona I don't have access to a (non virtual) linux machine, so testing on linux is hard for me.
We had a thread about that here which I can't find now, I don't have any backpressure of
how fast the mouse events are generated, they are sent async from gui thread to erlang,
which generates to much work.
I don't really know how to solve that, both wx (the erlang wrapper lib) and wings in its current state are designed to work with async event model. So I don't have an easy fix.
The only fix was to reduce the mouse polling rate. Micheus you had some links?
EDIT: Also since corona I don't have access to a (non virtual) linux machine, so testing on linux is hard for me.