mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[client/idd] input: report endpoint status
This commit is contained in:
@@ -26,13 +26,14 @@
|
||||
#include <lgmp/client.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct LGMPInput LGMPInput;
|
||||
|
||||
bool lgmpInput_create(PLGMPClient client, LGMPInput ** result);
|
||||
void lgmpInput_destroy(LGMPInput ** input);
|
||||
|
||||
bool lgmpInput_connect(LGMPInput * input);
|
||||
bool lgmpInput_connect(LGMPInput * input, uint32_t clientID);
|
||||
void lgmpInput_disconnect(LGMPInput * input);
|
||||
|
||||
const LG_InputOps * lgmpInput_getOps(void);
|
||||
|
||||
Reference in New Issue
Block a user