如何创建一个具有鼠标光标的移动应用程序,该鼠标光标通过 j2me 中的按钮在屏幕上移动?
我想在我的 j2me 应用程序中使用光标,因为它被不同的网页浏览器使用 手机
i want to use a cursor in my j2me application as it is being used by different web browse in
cell phones
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以拍摄指针的图像,并使用指针按下和指针释放方法,该方法将为您提供指针具有指针的坐标。要使用此指针按下方法,您必须将 Game canvas 或 Canvas 类扩展到您的类中。
通过使用上述方法,我认为您可以解决您的问题。
you can take an image of pointer and the use pointer pressed and pointer released method which will give u the cordinates which pointer had pointer.For using this pointer presse method you have to extend Game canvas or Canvas class into your class.
By using above methods i think you can get the solution of your problem.