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

◆ WindowEventFilter() [2/3]

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

Constructs a filter matching a specific event type.

Parameters
typeEvent type to match.

Definition at line 37 of file WindowEventSource.hpp.

38 : event_type(type)
39 {
40 }
std::optional< Core::WindowEventType > event_type