Wolftein
Wolftein
I have the same issue on 1.0.2.
@castorflex i'm currently using 4.4.4 (CyanogenMod v11 M1) the visual effect that i have is similar like it reachs a point and flickers the animation and then goes back to...
Calling show() after the items are removed will do the trick.
An example would be: #define NORMAL 0 #define HIGHEST 2 #define HIGH 1 EventManager.addSignal("MyEvent", &Function1, NORMAL); EventManager.addSignal("MyEvent", &Function2, HIGHEST); EventManager.addSignal("MyEvent", &Function3, HIGH); EventManager.execute("MyEvent", &EventStructure); Function1, Function3 and Function2 is executed...
+1 this would be very useful.
I already compile it for Windows, the easy way is to download MinGW / Clion, create a new proyect and your cmake should be something like this ``` cmake cmake_minimum_required(VERSION...