fstark / macflim

MacFlim flim player source code and utilities
MIT License
90 stars 3 forks source link

Play back UI not responsible when playing "heavy" flims #34

Open fstark opened 1 year ago

fstark commented 1 year ago

Playing a flim that eats too much bandwith will make the UI unresponsive and the keys will only be checked at every loop.

Checking the keys in the VBL / sound completion would keep the video snappy. Be careful on the cost of doing this, so maybe testing only the emergency exit button (+space?) could be a good solution.