Closed freyafea closed 2 years ago
@freyafea have you tried using window listeners to detect this?
window.set_listener(function(self, event, data) if event == window.WINDOW_EVENT_FOCUS_LOST then print("Screen lost focus") end end)
User has confirmed that using window listener works. Closing.
@freyafea have you tried using window listeners to detect this?