本文介绍了每当按下向下箭头键时如何检测?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我最近一直在做一个项目,唯一剩下要做的就是每当按下向下箭头键时都有一个探测器。

向下箭头键只能触发检查某个复选框,这也必须与计时器一起工作。

问题是我不知道如何制作向下箭头按键检测器(我已经得到了复选框和计时器准备好了)。很高兴,如果你能提供帮助。 :)

So, I''ve been working on a project recently, and the only thing remaining to do is a detector to whenever down arrow key is pressed.
The down arrow key can only trigger when a certain check box is checked and this will have to work with a timer either.
The problem is that I''ve got no idea how to make the down arrow key press detector(I''ve got the check box and timer ready tho). Glad if you can help. :)

推荐答案



展开 | 选择 | Wrap | 行号


这篇关于每当按下向下箭头键时如何检测?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-14 15:56