标签: codenameone
在我的应用程序中,我需要以编程方式在设备屏幕上的特定位置触发触摸事件。 我怎么能在CodeName One Framework中做到这一点?
答案 0 :(得分:1)
调用:
Form f = Display.getInstance().getCurrent(); f.pointerPressed(x, y); f.pointerReleased(x, y);