How to Know when the Window is Active

Blitz3D Forums/Blitz3D Programming/How to Know when the Window is Active

KuRiX(Posted 2005) [#1]
Hello again!. How can i know then the window of B3D is selected and active?

For example, when i am running B3D in window mode but then i click on the desktop the b3d window title gets gray. How can i know in the b3d code when has this happened?

What i want is to stop the renderworld() if the window is not the actual selected window...


KuRiX(Posted 2005) [#2]
HasFocus() of Sswift Saved me! Thanks!