summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2021-09-22 12:59:40 +0200
committerRay <[email protected]>2021-09-22 12:59:40 +0200
commit0e037555fe5d4eba775ba7fbc3fb89ec333a63f1 (patch)
treed86e9b834cceca94b8b09bc66351eefd7953a98b /src
parentde173a93c86fbda92b7d93a5fc202e80d4a16f24 (diff)
downloadraylib-0e037555fe5d4eba775ba7fbc3fb89ec333a63f1.tar.gz
raylib-0e037555fe5d4eba775ba7fbc3fb89ec333a63f1.zip
Update raylib.h
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 8193cc4b..b8d320b0 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -1109,7 +1109,7 @@ RLAPI int GetTouchPointId(int index); // Get touch point
RLAPI int GetTouchPointCount(void); // Get number of touch points
//------------------------------------------------------------------------------------
-// Gestures and Touch Handling Functions (Module: gestures)
+// Gestures and Touch Handling Functions (Module: rgestures)
//------------------------------------------------------------------------------------
RLAPI void SetGesturesEnabled(unsigned int flags); // Enable a set of gestures using flags
RLAPI bool IsGestureDetected(int gesture); // Check if a gesture have been detected
@@ -1121,7 +1121,7 @@ RLAPI Vector2 GetGesturePinchVector(void); // Get gesture pinch del
RLAPI float GetGesturePinchAngle(void); // Get gesture pinch angle
//------------------------------------------------------------------------------------
-// Camera System Functions (Module: camera)
+// Camera System Functions (Module: rcamera)
//------------------------------------------------------------------------------------
RLAPI void SetCameraMode(Camera camera, int mode); // Set camera mode (multiple camera modes available)
RLAPI void UpdateCamera(Camera *camera); // Update camera position for selected mode