android - 制作一个 使用安卓触屏 模拟pc触摸板 的程序 需要掌握哪些知识
天蓬老师
天蓬老师 2017-04-17 11:59:54
0
2
440

本人对于windows编程的了解很浅,现在有一个问题,请了解情况的前辈给予指导。
问题是:要实现如下功能,使用android设备和pc通信,使用设备的滑动动作控制鼠标的指针,设备和pc使用无线网络通信,蓝牙和wifi都可。
要实现上面的功能,需要那些知识储备,并且给出一个大体的实现思路。

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
Ty80
  1. Customize several commands, such as a. Moving direction & coordinates, b. Move to the center of the screen, c. Move to the upper left corner of the screen, etc.
  2. Communication, sending commands
  3. Windows program, receiving commands
  4. According to the command information, operate the mouse position, refer to WIN32 API:
    BOOL SetCursorPos(int X, int Y); etc
小葫芦

1.Socket,
2. Mouse api
3. Parse data (processing of strings)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template