我正在学习Lua,但我不明白如何创建一个按钮?http://onelua.x10.mx/vita/docs/es/group__touch.html my reference
if touch.front.count(1).x(100).y(100).pressed then screen.print(400,400,"ok",1,color.white,color.green)end
没有得到精确坐标的按钮
整个屏幕使用一个带有以下代码的按钮
如果touch.back [1] .held如果touch.fron [1] .held
看起来应该是这样的:
if touch.front.count(1).x(100).y(100).pressed then
screen.print(400,400,"ok",1,color.white,color.green)
end
如果这不是解决方案,那么你给了错误的触摸或屏幕变量。