mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing compilation issues
This commit is contained in:
@@ -17,7 +17,7 @@ namespace mlx
|
||||
};
|
||||
|
||||
public:
|
||||
Inputs() = default;
|
||||
Inputs();
|
||||
|
||||
void RegisterWindow(std::shared_ptr<Window> window);
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace mlx
|
||||
|
||||
~Inputs() = default;
|
||||
|
||||
protected:
|
||||
private:
|
||||
std::unordered_map<std::uint32_t, std::shared_ptr<Window>> m_windows;
|
||||
std::unordered_map<std::uint32_t, std::array<Hook, 6>> m_events_hooks;
|
||||
bool m_run = false;
|
||||
|
||||
Reference in New Issue
Block a user