EventManager: Use pointer to return registered event
This is easier to store the handler, as it only requires auto h = ..., and it also makes it easier to store in a container.
Showing
Please register or sign in to comment
This is easier to store the handler, as it only requires auto h = ..., and it also makes it easier to store in a container.