devices: refactor class member vars (#10206)
This commit is contained in:
parent
40147d3a3f
commit
e9c3fcbb64
27 changed files with 585 additions and 578 deletions
|
|
@ -12,7 +12,7 @@ class CMouse : public IPointer {
|
|||
private:
|
||||
CMouse(SP<Aquamarine::IPointer> mouse);
|
||||
|
||||
WP<Aquamarine::IPointer> mouse;
|
||||
WP<Aquamarine::IPointer> m_mouse;
|
||||
|
||||
struct {
|
||||
CHyprSignalListener destroy;
|
||||
|
|
@ -33,5 +33,5 @@ class CMouse : public IPointer {
|
|||
|
||||
CHyprSignalListener holdBegin;
|
||||
CHyprSignalListener holdEnd;
|
||||
} listeners;
|
||||
} m_listeners;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue