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,11 +12,11 @@ class CKeyboard : public IKeyboard {
|
|||
private:
|
||||
CKeyboard(SP<Aquamarine::IKeyboard> keeb);
|
||||
|
||||
WP<Aquamarine::IKeyboard> keyboard;
|
||||
WP<Aquamarine::IKeyboard> m_keyboard;
|
||||
|
||||
struct {
|
||||
CHyprSignalListener destroy;
|
||||
CHyprSignalListener key;
|
||||
CHyprSignalListener modifiers;
|
||||
} listeners;
|
||||
} m_listeners;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue