You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mouse movements weren't captured when moving from right to left
and from bottom to top.
This kind of movements result in a negative distance and they were
not capture due to the sensibility check, which prevents every
pixel on a movement to be captured.
Separe PlayCtrl in gui and functionality classes
Previously playCtrl had part of gui handling, and functionality due to
untoggle the play button when playback stops.
Make play_once and play_many be just one function
Before when many playbacks were needed, play_many was executed in
its own thread and created a thread for play_once. But now just a
"play_once" thread is created and it calls a playback how many
times are needed
0 commit comments