weimingtom / loon-simple

Automatically exported from code.google.com/p/loon-simple
1 stars 0 forks source link

LButton不支持多点触摸 #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 两个LButton的按钮不能同时按下。
2. 按住一个,无法再按另一个。
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by iboy...@gmail.com on 13 Jan 2011 at 12:01

GoogleCodeExporter commented 9 years ago
在目前阶段的设计上,LButton默认不支持多点触摸(多Button计�
��触摸点数据量太大,非常消耗资源),如果您需要按钮支持
多点触摸,建议您使用LGame的模拟按钮机制,即让任意Screen实
现EmulatorListener监听后使用模拟按钮操作,模拟按钮(即Emulato
rButton类)默认支持多点触摸。

Original comment by loontest@gmail.com on 27 Jan 2011 at 2:11