| 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 = NoneString 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 Mon Jul 13 12:48:11 2015 | http://epydoc.sourceforge.net |