Comments tweaks

This commit is contained in:
Ray
2023-10-31 15:49:42 +01:00
parent 6842012748
commit 0a3567439d
6 changed files with 13 additions and 13 deletions

View File

@ -24,8 +24,8 @@
* Custom flag for rcore on target platform -not used-
*
* DEPENDENCIES:
* rglfw - Manage graphic device, OpenGL context and inputs (Windows, Linux, OSX, FreeBSD...)
* gestures - Gestures system for touch-ready devices (or simulated from mouse inputs)
* - rglfw: Manage graphic device, OpenGL context and inputs (Windows, Linux, OSX, FreeBSD...)
* - gestures: Gestures system for touch-ready devices (or simulated from mouse inputs)
*
*
* LICENSE: zlib/libpng
@ -1766,7 +1766,6 @@ static void MouseButtonCallback(GLFWwindow *window, int button, int action, int
// Gesture data is sent to gestures-system for processing
ProcessGestureEvent(gestureEvent);
#endif
}