mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-11 01:31:31 +00:00
[client/idd] input: report endpoint status
This commit is contained in:
@@ -2362,7 +2362,7 @@ restart:
|
||||
g_state.transportOps->getInputOps(g_state.transport, &inputOpaque) : NULL;
|
||||
lgInput_setTransport(inputOps, inputOpaque);
|
||||
|
||||
if (lgInput_available())
|
||||
if (inputOps || lgInput_available())
|
||||
keybind_inputRegister();
|
||||
checkUUID();
|
||||
DEBUG_INFO("Starting session");
|
||||
|
||||
Reference in New Issue
Block a user