Added Emscripten external platform (comment)

This commit is contained in:
Yan Pujante
2026-02-16 08:05:01 -08:00
committed by Doug Binks
parent 7c9ea95233
commit 3d89365fdb

View File

@@ -1344,6 +1344,10 @@ extern "C" {
#define GLFW_PLATFORM_NULL 0x00060005 #define GLFW_PLATFORM_NULL 0x00060005
/*! @} */ /*! @} */
/* Reserved platform define for external Emscripten ports: 0x00060006
* See https://github.com/pongasoft/emscripten-glfw
*/
#define GLFW_DONT_CARE -1 #define GLFW_DONT_CARE -1