用于触摸屏应用程序的屏幕键盘
我正在开发一个信息亭式应用程序,将与触摸屏一起使用。 Cocoa 有没有简单、编写良好的屏幕键盘?请注意,这不适用于 iPhone 应用程序,而是针对 OS X 10.5/10.6。
谢谢。
I am developing a kiosk-style application that is going to be used with a touchscreen. Are there any simple, well-written on-screen keyboards for Cocoa? Note that this is not for an iPhone app, but rather targetting OS X 10.5/10.6.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,OS X 自带的那个相当不错。查看键盘 ->显示键盘和系统偏好设置中的字符查看器,然后转到菜单栏中的新图标并选择“显示键盘查看器”
Well, the one that comes with OS X is pretty nice. Check out Keyboard -> Show Keyboard & Character Viewer in System Preferences, then go to the new icon in the menu bar and select 'Show Keyboard Viewer'
您应该查看打开屏幕键盘问题。
You should have a look at the opening onscreen keyboard question.