浏览代码

enable: second pointer for touch

micha 1 年之前
父节点
当前提交
d4028499bc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      input/touchscreen.py

+ 2 - 2
input/touchscreen.py

@@ -201,7 +201,7 @@ class Action():
             self.pointer_config.append( cfg )
 
 
-        if 0: 
+        if 1: 
             # creat 5 pointer on screen for Mutlitouch input
             # pointer jump's around on X11 
 
@@ -352,7 +352,7 @@ class Action():
 
     def cur_pointer_id(self):
         i =  self.MT_SLOT
-        return "xxx"
+        #return "xxx"
         return self.pointer_config[i]["id"]