After the Fall - no command-tab
It seems that After the Fall doesn't respect command-tab to switch to another app in MacOSX. It seems to work with most other fullscreen PyWeek games -- is it something After the Fall is doing, or is it a general characteristic of pyglet?(log in to comment)
Comments
window.set_exclusive_mouse(True)
then this behavoir is known (see the pyglet manual at programming_guide\mouse_exclusivity.html )
Greping the relevant part in the app gives no hit, but maybe another pyglet call in the app chained to .set_exclusive_mouse
myke on 2009/09/12 04:31:
it also seems to "eat" alt-tab in xfce on linux. luckily i have a second monitor on my system. it does briefly bring up the frame of other windows, so i believe the aggressive full-screen mode is specific to this game.