[idd] transport: arbitrate interaction requests

This commit is contained in:
Geoffrey McRae
2026-08-13 00:20:38 +10:00
parent 5b09d4f90a
commit fbc4640623
10 changed files with 270 additions and 38 deletions

View File

@@ -52,8 +52,8 @@ struct LGPipeMsg
{
struct
{
uint32_t x;
uint32_t y;
int32_t x;
int32_t y;
}
curorPos;