parent
3b66351eeb
commit
4c7a2faf85
7 changed files with 11 additions and 32 deletions
|
|
@ -92,7 +92,6 @@ class CTablet : public IHID {
|
|||
WP<CTablet> self;
|
||||
|
||||
bool relativeInput = false;
|
||||
std::string hlName = "";
|
||||
std::string boundOutput = "";
|
||||
CBox activeArea;
|
||||
CBox boundBox; // output-local
|
||||
|
|
@ -154,8 +153,6 @@ class CTabletPad : public IHID {
|
|||
WP<CTabletPad> self;
|
||||
WP<CTabletTool> parent;
|
||||
|
||||
std::string hlName;
|
||||
|
||||
private:
|
||||
CTabletPad(SP<Aquamarine::ITabletPad> pad);
|
||||
|
||||
|
|
@ -210,8 +207,6 @@ class CTabletTool : public IHID {
|
|||
std::vector<uint32_t> buttonsDown;
|
||||
Vector2D absolutePos; // last known absolute position.
|
||||
|
||||
std::string hlName;
|
||||
|
||||
private:
|
||||
CTabletTool(SP<Aquamarine::ITabletTool> tool);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue