Browse Source

minor changes

pull/5582/head
CrackedPixel 1 week ago
parent
commit
d3030c4253
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/platforms/rcore_desktop_rgfw.c

+ 0
- 3
src/platforms/rcore_desktop_rgfw.c View File

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

Loading…
Cancel
Save