kdrive: add documenation for mouse arguments

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2025-07-07 18:50:55 +03:00
committed by Enrico Weigelt
parent d0c507d9e7
commit c4df9ecdc5

View File

@@ -1035,6 +1035,17 @@ KdParsePointerOptions(KdPointerInfo * pi)
}
}
/*
* Mouse argument syntax:
*
* device,protocol,options...
*
* Options are any of:
* 1-5 n button mouse
* 2button emulate middle button
* {NMO} Reorder buttons
*/
static KdPointerInfo *
KdParsePointer(const char *arg)
{