SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EventFn

template<typename T >
using Spices::EventDispatcher::EventFn = std::function<bool(T&)>
private

Helper type of the function pointer to handle specific event.

Template Parameters
TSpecific Event Class.
Returns
Returns true if needs block event chain.

Definition at line 164 of file Event.h.