android 如何绘制鼠标光标
基本上我想制作一个本机应用程序或服务或事件抛出adb,在整个android屏幕上绘制一些光标,就像鼠标光标的作用。但我不知道怎么画那个东西。我有一个已root的平板电脑及其交叉编译器。有什么简单的方法可以做到这一点吗? 多谢。
Basically I want to make a native app or service or event throw adb, to draw some cursor on top of the whole android screen, just like what the mouse cursor does. But I do not know how to draw that thing. I have a ROOTED tablet and its cross compiler. Is there any simple way to do that?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
系统范围内,我怀疑这是可能的,应用程序范围内,这应该是可能的。在画布上绘画将是一个好的开始。
System wide, I doubt this is possible, app wide, this should be possible. Drawing ontop of a canvas would be a good start.