Client|WindowSystem: Dispatch mouse position events at most once per frame
As far the regular widgets are concerned, there is no need to receive mouse position events more frequently than once per frame. Now the position is also checked so that the coordinates really have to be different than in the previous event.
Client|WindowSystem: Dispatch mouse position events at most once per frame
As far the regular widgets are concerned, there is no need to receive
mouse position events more frequently than once per frame. Now the
position is also checked so that the coordinates really have to be
different than in the previous event.