Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Add Return Types to the EventManager #208

Open Behemyth opened 6 years ago

Behemyth commented 6 years ago

The pooled signal and slot system that is the EventManager does not currently handle return values when Emit is called. Aggregate this values and make them available to the caller of Emit.