implementing mouse move and get screen size, removing warnings

This commit is contained in:
Kbz-8
2024-09-15 08:56:22 +02:00
parent 7243c67c3e
commit 7079e1e42d
14 changed files with 85 additions and 41 deletions

View File

@@ -42,6 +42,10 @@
#include <iterator>
#include <stb_truetype.h>
#include <variant>
#include <type_traits>
#include <string_view>
#include <sstream>
#include <ostream>
#ifndef MLX_PLAT_WINDOWS
#include <dlfcn.h>