Port event queue - #8562
Conversation
9eb1eb9 to
20dcc2e
Compare
Seems that @p12tic went a bit further than changing the ints to enums. Arguably, this goes beyond scope of #8557 in its current wording, but we should also use Deskflow: deskflow/src/lib/client/ServerProxy.cpp Lines 58 to 61 in 20dcc2e Input Leap: m_events->add_handler(EventType::STREAM_INPUT_READY, m_stream->get_event_target(),
[this](const auto& e){ handle_data(); });Edit: You're also getting an error on macOS: |
a238c69 to
eba162b
Compare
6c94192 to
046f637
Compare
Did you want to do this in this PR?
Ah, I guess you want to do it in another PR. |
|
yes in another pr this just ports the enums |
|
I'll leave thse comments for you to resolve in case you need them for a reminder on #8569 |
Begin: #8557
Ports the event types from input leap
EventTypesfor enumEventTypes::EIConnectedEventTypes::EISessionClosedNeeds testing to ensure no regressions