implementing mouse move and get screen size, removing warnings

This commit is contained in:
2024-09-15 08:56:22 +02:00
parent 2b9b026d68
commit 596393ed20
14 changed files with 85 additions and 41 deletions

View File

@@ -46,9 +46,6 @@ namespace mlx
std::uint64_t m_current_depth = 0;
std::size_t m_width = 0;
std::size_t m_height = 0;
int m_id;
bool m_has_window;