diff options
| author | Ray <[email protected]> | 2024-03-07 12:10:18 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-03-07 12:10:18 +0100 |
| commit | 190487383860c54d1746444f17b59c36decfca1e (patch) | |
| tree | 5da3d11b7ab9709328d30f679e6f0f84f763cb81 /src/platforms | |
| parent | 68b553cfc157a996e92da053d9e7b8beb92de0c0 (diff) | |
| parent | c7b362d19dd32b00a0fce90bc9abe8afd3d4b754 (diff) | |
| download | raylib-190487383860c54d1746444f17b59c36decfca1e.tar.gz raylib-190487383860c54d1746444f17b59c36decfca1e.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'src/platforms')
| -rw-r--r-- | src/platforms/rcore_desktop.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/platforms/rcore_desktop.c b/src/platforms/rcore_desktop.c index d4c02440..29c85156 100644 --- a/src/platforms/rcore_desktop.c +++ b/src/platforms/rcore_desktop.c @@ -85,15 +85,6 @@ #endif //---------------------------------------------------------------------------------- -// Defines and Macros -//---------------------------------------------------------------------------------- -// TODO: HACK: Added flag if not provided by GLFW when using external library -// Latest GLFW release (GLFW 3.3.8) does not implement this flag, it was added for 3.4.0-dev -#if !defined(GLFW_MOUSE_PASSTHROUGH) - #define GLFW_MOUSE_PASSTHROUGH 0x0002000D -#endif - -//---------------------------------------------------------------------------------- // Types and Structures Definition //---------------------------------------------------------------------------------- typedef struct { |
