• ✨ 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

Alt Tabbing

Status
Not open for further replies.

Lunick

Dragon Tamer
Donator
When you alt-tab out of the game into say, your browser window, if you click anywhere on the page where a button would be for Pokemon3D, it seems to register the button click on there too so you can accidentally do stuff without meaning to.
 

Lunick

Dragon Tamer
Donator
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.
 

DanielRTRD

Webmaster
Administrator
P3D Developer
Contributor
Elite Four
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.
It is a bug. This needs to be fixed in the code. ;)
 

DracoHouston

Kolben Developer
Contributor
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)
 

DanielRTRD

Webmaster
Administrator
P3D Developer
Contributor
Elite Four
He will need to do something like this:
Code:
Private Sub Form_Leave(sender As System.Object, e As System.EventArgs) Handles MyBase.Leave
 
'Do something
'Stop controls? Pause game?
 
End Sub
 
Status
Not open for further replies.
Top