Package parpg :: Module application :: Class KeyFilter
[hide private]
[frames] | no frames]

Class KeyFilter

source code

fife.fife.IKeyFilter --+
                       |
                      KeyFilter

This is the implementation of the fife.IKeyFilter class.

Prevents any filtered keys from being consumed by guichan.

Instance Methods [hide private]
 
__init__(self, keys) source code
 
isFiltered(self, event)
Checks if an key is filtered
source code