[Title] increase the max finger count
authorgiwoong.kim <giwoong.kim@samsung.com>
Mon, 2 Jul 2012 08:48:26 +0000 (17:48 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Mon, 2 Jul 2012 08:48:26 +0000 (17:48 +0900)
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 2 -> 3
[TestCase]

tizen/src/maru_finger.h

index a8a40c091da05b231178791bfec2855aac7e36ef..8a98475930c2b02c363aa356bc73e19963cf975a 100644 (file)
@@ -34,7 +34,7 @@
 
 /* definitions relating to multi-touch */
 //TODO : from arg
-#define MAX_FINGER_CNT 2
+#define MAX_FINGER_CNT 3
 #define DEFAULT_FINGER_POINT_SIZE 32
 #define DEFAULT_FINGER_POINT_COLOR 0x7E0F0F0F
 #define DEFAULT_FINGER_POINT_OUTLINE_COLOR 0xDDDDDDDD