We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, 因为开发设备的需要,希望能够在我们这个 guilite中添加自定义按键的分发功能。 原先代码仅支持上下键和确认键,我似乎没有办法,把我获得的其他按键分发给指定的BUTTON。 比如我的UI 布局类似: BUTTON 1 BUTTON 2 BUTTON 3
然后我按下1键,需要BUTTON 1执行动作。 用例里也没有看到列表框或者表格框一类的组件可以使用。 有什么建议吗?
The text was updated successfully, but these errors were encountered:
可以直接改写现在有的键盘代码,让它的行为和布局符合你的要求
Sorry, something went wrong.
Is there a keyboard example for Windows or Linux? How to check, for example, if the physical laptop SHIFT key is pressed, or any letter?
No branches or pull requests
Hi, 因为开发设备的需要,希望能够在我们这个 guilite中添加自定义按键的分发功能。
原先代码仅支持上下键和确认键,我似乎没有办法,把我获得的其他按键分发给指定的BUTTON。
比如我的UI 布局类似:
BUTTON 1
BUTTON 2
BUTTON 3
然后我按下1键,需要BUTTON 1执行动作。
用例里也没有看到列表框或者表格框一类的组件可以使用。
有什么建议吗?
The text was updated successfully, but these errors were encountered: