Module Dialogs :: Class KeyTester
[hide private]
[frames] | no frames]

Class KeyTester

source code

    Task.Task --+    
                |    
       View.Layer --+
                    |
Input.KeyListener --+
                    |
                   KeyTester

Keyboard configuration testing layer.

Instance Methods [hide private]
 
__init__(self, engine, prompt='') source code
 
shown(self) source code
 
hidden(self) source code
 
keyPressed(self, key, unicode) source code
 
keyReleased(self, key) source code
 
run(self, ticks) source code
 
render(self, visibility, topMost) source code

Inherited from View.Layer: isBackgroundLayer

Inherited from Task.Task: started, stopped

Method Details [hide private]

__init__(self, engine, prompt='')
(Constructor)

source code 
Overrides: Task.Task.__init__

shown(self)

source code 
Overrides: View.Layer.shown

hidden(self)

source code 
Overrides: View.Layer.hidden

keyPressed(self, key, unicode)

source code 
Overrides: Input.KeyListener.keyPressed

keyReleased(self, key)

source code 
Overrides: Input.KeyListener.keyReleased

run(self, ticks)

source code 
Overrides: View.Layer.run

render(self, visibility, topMost)

source code 
Overrides: View.Layer.render