|
|
@ -24,8 +24,8 @@ |
|
|
|
* Custom flag for rcore on target platform -not used- |
|
|
|
* |
|
|
|
* DEPENDENCIES: |
|
|
|
* n">rglfw - Manage graphic device, OpenGL context and inputs (Windows, Linux, OSX, FreeBSD...) |
|
|
|
* n">gestures - Gestures system for touch-ready devices (or simulated from mouse inputs) |
|
|
|
* o">- rglfw: Manage graphic device, OpenGL context and inputs (Windows, Linux, OSX, FreeBSD...) |
|
|
|
* o">- 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 |
|
|
|
} |
|
|
|
|
|
|
|