mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-07 02:51:43 -04:00
@@ -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 )
|
||||||
|
Reference in New Issue
Block a user