✨ ARCHIVE MODE ✨
The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
We recommend you join our Discord server to get real-time response: Discord Invite Link
Moved.why this is on suggestions?
It is a bug. This needs to be fixed in the code.It's not really a bug though is it? It's just that it hasn't been made it's own separate window and I'm 'suggesting' that it gets made into one.
everything in windows is a window, even games that only play fullscreen. Nilllzz will just have to figure out why it is registering input when it doesn't have focus (it already auto pauses when you alt tab so it shouldn't be a tough fix)It's not really a bug though is it? It's just that it hasn't been made it's own separate window and I'm 'suggesting' that it gets made into one.
Private Sub Form_Leave(sender As System.Object, e As System.EventArgs) Handles MyBase.Leave
'Do something
'Stop controls? Pause game?
End Sub