Remap all pygame attibutes in a way that native pygame code works. This includes: - [ ] Reimplementing the keyqueue with pygames eventqueue. (But still keep on_key) - [ ] Being able to export provided abstractions into a bindings.py which is automatically imported. - [ ] Setting the video-mode through code.
Remap all pygame attibutes in a way that native pygame code works.
This includes: