Home | Trees | Indices | Help |
|
---|
|
object --+ | Event
Base Event class.
You can easily subclass this to make your own events. Be sure to set the class attribute Event.type for it to be passed to a custom App ev_* method.
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
type = None String constant representing the type of event. |
Properties | |
Inherited from |
Method Details |
List an events public attributes when printed.
|
Class Variable Details |
typeString constant representing the type of event. The App ev_* methods depend on this attribute. Can be: 'QUIT', 'KEYDOWN', 'KEYUP', 'MOUSEDOWN', 'MOUSEUP', or 'MOUSEMOTION.'
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat May 28 16:09:37 2016 | http://epydoc.sourceforge.net |