aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
276 stars 60 forks source link

Add events to detect when the app is deactivated/activated #30

Open dacap opened 3 years ago

dacap commented 3 years ago

Add a couple of events to detect when the user deactivate the app (focus other app). In this way we can stop some timers (e.g. a blinking text cursor).