Experimental pen tablet events.

This commit is contained in:
jussi
2023-11-27 23:16:49 +02:00
parent b3a956cff2
commit 2b330bbadb
8 changed files with 717 additions and 74 deletions

View File

@@ -15,8 +15,8 @@
#include "glad.h"
#ifdef PLATFORM_DESKTOP
#include "glfw3.h"
#include "glfw3native.h"
#include "GLFW/glfw3.h"
#include "GLFW/glfw3native.h"
#elif PLATFORM_DESKTOP_SDL
#include <SDL.h>
#endif