2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-07 02:51:43 -04:00

Update InputMultitouch.cs (#310)

Fix typo
This commit is contained in:
Quentin
2025-08-19 20:33:49 +02:00
committed by GitHub
parent 8384e36054
commit ca4e760d60

View File

@@ -38,7 +38,7 @@ public class InputMultitouch
{
// Update
//----------------------------------------------------------------------------------
// Get the touch point count (h ow many fingers are touching the screen )
// Get the touch point count (how many fingers are touching the screen )
int tCount = GetTouchPointCount();
// Clamp touch points available (set the maximum touch points allowed )