在控制台中获取 X、Y 上的符号
如何在控制台中获取 X、Y 上的符号。
示例 mvprintw(1,2,"H")。 和 SOME_FUNCTION_I_AM_LOOKING_FOR(1,2) ->返回“h”。
How to get the sign on X, Y in console.
Example mvprintw(1,2,"H").
and SOME_FUNCTION_I_AM_LOOKING_FOR(1,2) -> return "h".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到了 chtype mvinch(int y, int x) 。
来自
man 3NCURSES 英寸
:chtype mvinch(int y, int x)
comes to mind.From
man 3NCURSES inch
: