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:
@@ -19,7 +19,7 @@ namespace mlx
|
||||
public:
|
||||
Inputs();
|
||||
|
||||
void RegisterWindow(std::shared_ptr<Window> window);
|
||||
inline void RegisterWindow(std::shared_ptr<Window> window) { m_windows[window->GetID()] = window; }
|
||||
|
||||
std::int32_t GetX() const noexcept;
|
||||
std::int32_t GetY() const noexcept;
|
||||
|
||||
Reference in New Issue
Block a user