MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ EventFilter() [2/3]

MayaFlux::Vruta::EventFilter::EventFilter ( Core::WindowEventType  type)
inline

Constructs filter for specific event type.

Parameters
typeThe window event type to filter

Definition at line 33 of file EventSource.hpp.

34 : event_type(type)
35 {
36 }
std::optional< Core::WindowEventType > event_type