|
@@ -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
|
|
|
}
|
|
|
|