virtualptr: allow binding to output

This commit is contained in:
Vaxry 2024-07-29 16:27:09 +02:00
parent 70468857da
commit 23a8f06594
5 changed files with 36 additions and 12 deletions

View file

@ -106,7 +106,8 @@ class IPointer : public IHID {
} pointerEvents;
std::string hlName;
bool connected = false; // means connected to the cursor
bool connected = false; // means connected to the cursor
std::string boundOutput = "";
WP<IPointer> self;
};