Watch
2
0
Fork
You've already forked raylib-cs
0

Update InputMultitouch.cs

fix typo
This commit is contained in:
Quentin 2025-08-19 13:50:27 +02:00 committed by GitHub
commit 3e87f6955d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ public class InputMultitouch
{ {
// Update // 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(); int tCount = GetTouchPointCount();
// Clamp touch points available (set the maximum touch points allowed ) // Clamp touch points available (set the maximum touch points allowed )