Преглед изворни кода

minor changes

pull/5582/head
CrackedPixel пре 1 недеља
родитељ
комит
d3030c4253
1 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -3
      src/platforms/rcore_desktop_rgfw.c

+ 0
- 3
src/platforms/rcore_desktop_rgfw.c Прегледај датотеку

@ -114,7 +114,6 @@ extern "C" {
#endif #endif
#include <stdbool.h> #include <stdbool.h>
// #include <string.h> // Required for: strcmp()
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Types and Structures Definition // Types and Structures Definition
@ -983,8 +982,6 @@ void PollInputEvents(void)
case RGFW_mouseEnter: CORE.Input.Mouse.cursorOnScreen = true; break; case RGFW_mouseEnter: CORE.Input.Mouse.cursorOnScreen = true; break;
case RGFW_mouseLeave: CORE.Input.Mouse.cursorOnScreen = false; break; case RGFW_mouseLeave: CORE.Input.Mouse.cursorOnScreen = false; break;
case RGFW_quit: case RGFW_quit:
event.type = 0; // TODO: remove?
// CORE.Window.shouldClose = true;
RGFW_window_setShouldClose(platform.window, true); RGFW_window_setShouldClose(platform.window, true);
return; return;
case RGFW_dataDrop: // Dropped file case RGFW_dataDrop: // Dropped file

Loading…
Откажи
Сачувај