Package fife :: Package extensions :: Package librocket :: Module rocketbasicapplication :: Class RocketEventListener
[hide private]
[frames] | no frames]

Class RocketEventListener

source code

    fife.fife.IKeyListener --+
                             |
fife.fife.ICommandListener --+
                             |
                            RocketEventListener

Default, rudimentary event listener.

Will cause the application to quit on pressing ESC.

Instance Methods [hide private]
 
__init__(self, app) source code
 
keyPressed(self, evt) source code
 
keyReleased(self, evt) source code
 
onCommand(self, command) source code