[Title] support multi-touch up to 6
authorgiwoong.kim <giwoong.kim@samsung.com>
Mon, 6 Aug 2012 03:21:20 +0000 (12:21 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Mon, 6 Aug 2012 03:21:20 +0000 (12:21 +0900)
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 3 -> 6
[TestCase]

tizen/src/maru_finger.h

index 53cc43a..08bbbec 100644 (file)
@@ -34,7 +34,7 @@
 
 /* definitions relating to multi-touch */
 //TODO : from arg
-#define MAX_FINGER_CNT 3
+#define MAX_FINGER_CNT 6
 #define DEFAULT_FINGER_POINT_SIZE 32
 #define DEFAULT_FINGER_POINT_COLOR 0x7E0F0F0F
 #define DEFAULT_FINGER_POINT_OUTLINE_COLOR 0xDDDDDDDD