[client/idd] input: report endpoint status

This commit is contained in:
Geoffrey McRae
2026-08-09 01:36:54 +10:00
parent 3e38c62050
commit 5b90384123
8 changed files with 607 additions and 55 deletions

View File

@@ -1353,7 +1353,7 @@ static const LG_InputOps * lgmp_getInputOps(LG_Transport * this,
{
*opaque = NULL;
if (!this->connected || !this->inputSupported ||
!lgmpInput_connect(this->input))
!lgmpInput_connect(this->input, this->clientID))
return NULL;
*opaque = this->input;