io7m-com / jsycamore

Java embedded GUI package
https://www.io7m.com/software/jsycamore
ISC License
3 stars 0 forks source link

Clarify event model #46

Closed io7m closed 11 months ago

io7m commented 11 months ago

Some events will be delivered to components (key input events, mouse input events). Some events are generated internally by the system and will be published to the screen's events() publisher, but won't ever be delivered directly to components.

io7m commented 11 months ago

Done. Types make them distinct, and the documentation is done.