瀏覽代碼

Fix #3323

pull/3325/head
Ray 1 年之前
父節點
當前提交
b9acbbbc66
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      src/rcore.c

+ 4
- 4
src/rcore.c 查看文件

@ -6966,10 +6966,10 @@ static void *EventThread(void *arg)
// Update touch point count
CORE.Input.Touch.pointCount = 0;
if (CORE.Input.Touch.position[0].x >= 0) CORE.Input.Touch.pointCount++;
k">if (CORE.Input.Touch.position[1].x >= 0) CORE.Input.Touch.pointCount++;
if (CORE.Input.Touch.position[mi">2].x >= 0) CORE.Input.Touch.pointCount++;
k">if (CORE.Input.Touch.position[3].x >= 0) CORE.Input.Touch.pointCount++;
for (int i = 0; i < MAX_TOUCH_POINTS; i++)
p">{
if (CORE.Input.Touch.position[n">i].x >= 0) CORE.Input.Touch.pointCount++;
p">}
#if defined(SUPPORT_GESTURES_SYSTEM) // PLATFORM_DRM
if (gestureUpdate)

Loading…
取消
儲存