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

◆ EventFilter() [3/3]

MayaFlux::Vruta::EventFilter::EventFilter ( IO::Keys  key)
inline

Constructs filter for specific key event.

Parameters
keyThe key to filter for

Definition at line 42 of file EventSource.hpp.

43 : key_code(key)
44 {
45 }
std::optional< IO::Keys > key_code