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

◆ WindowEventFilter() [3/3]

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

Constructs a filter matching a specific key.

Parameters
keyKey to match.

Definition at line 46 of file WindowEventSource.hpp.

47 : key_code(key)
48 {
49 }