소스 검색

Flush accumulated input events on iOS

(cherry picked from commit 0348fa264070fc2d64dec6a926fe242b4c2bb6cd)
Pedro J. Estébanez 3 년 전
부모
커밋
86d8bd77f4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      platform/iphone/os_iphone.mm

+ 2 - 0
platform/iphone/os_iphone.mm

@@ -202,6 +202,8 @@ bool OSIPhone::iterate() {
 		return true;
 	}
 
+	input->flush_buffered_events();
+
 	return Main::iteration();
 };