hasii2011 / albow-python-3

Albow running on Python 3.x
MIT License
9 stars 0 forks source link

Need a mechanism to pass user events to API users #34

Closed hasii2011 closed 5 years ago

hasii2011 commented 5 years ago

User events that are dispatched via `pygame.time.set_timer()' are currently just eaten by the Albow event processor loop

hasii2011 commented 5 years ago

Have an initial version in place. The demo program only prints debug logger stuff. I need a real text widget. See: #22

hasii2011 commented 5 years ago

Verified it worked in StarTrekPy: