Commit graph

2 commits

Author SHA1 Message Date
phosit
701ce73df9
Change the return type of event-handler
The return value is more strongly typed.
2026-06-14 12:32:15 +02:00
phosit
9890d3eb8a
New input handling system
The new system allows to register all function objects as Input::Handler
not only function pointers.
To not get dangling references a handler is unsubscribed on it's
destruction.
The order in with the handlers are executed has to be specified by the
slot-argument, instead of the reverse order of registration.
2026-06-14 12:32:14 +02:00