Searched refs:MonitorEventConsumer (Results 1 – 1 of 1) sorted by relevance
66 struct MonitorEventConsumer : public IInputEventConsumer { struct67 explicit MonitorEventConsumer(const std::function<void(std::shared_ptr<PointerEvent>)> &monitor) in MonitorEventConsumer() function70 explicit MonitorEventConsumer(const std::function<void(std::shared_ptr<KeyEvent>)> &monitor) in MonitorEventConsumer() function778 auto consumer = std::make_shared<MonitorEventConsumer>(monitor); in AddMonitor()791 auto consumer = std::make_shared<MonitorEventConsumer>(monitor); in AddMonitor()885 auto consumer = std::make_shared<MonitorEventConsumer>(interceptor); in AddInterceptor()