From ca4e760d60ff14e6797f5a90d2678cd95efa3455 Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 19 Aug 2025 20:33:49 +0200 Subject: [PATCH] Update InputMultitouch.cs (#310) Fix typo --- Examples/Core/InputMultitouch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Core/InputMultitouch.cs b/Examples/Core/InputMultitouch.cs index 1b62f76..266d198 100644 --- a/Examples/Core/InputMultitouch.cs +++ b/Examples/Core/InputMultitouch.cs @@ -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 )