I'm currently working on a simple audio player that plays music from YouTube and have couple questions regarding EventManager.
1) From what I've read here (https://stackoverflow.com/questions/230 ... otifies-me) event manager should be running in a separate thread. If libvlc is written on C would I be able to use C++ multythreading tools?
2) Is there any references of EventManager usage or its C equivalent?
3) Am I correct to assume that using EventManager is the correct way to add user input to your app?