Module GameEngine :: Class FullScreenSwitcher
[hide private]
[frames] | no frames]

Class FullScreenSwitcher

source code

Input.KeyListener --+
                    |
                   FullScreenSwitcher

A keyboard listener that looks for special built-in key combinations, such as the fullscreen toggle (Alt-Enter).

Instance Methods [hide private]
 
__init__(self, engine) source code
 
keyPressed(self, key, unicode) source code
 
keyReleased(self, key) source code
Method Details [hide private]

keyPressed(self, key, unicode)

source code 
Overrides: Input.KeyListener.keyPressed

keyReleased(self, key)

source code 
Overrides: Input.KeyListener.keyReleased