Partial DriverPygame.putch() implementation. Add patch for PyGame implementing font.render_glyph(). Add test for PyGame font module. Add special key definitions to DriverPygame.
Event handling
==============
Keyboard event propagation
--------------------------
top widget -> focuswidget -> focuswidget's parent -> focuswidget's parent's parent -> ...and so forth
1 top window
4 window
3 container
2 edit box
Other event propagation
-----------------------