如果用户按下“右箭头键”我需要转到下一页。 如果按下“左箭头键”我如何检测是否有人按下箭头键并对其进行导航。
例子:
(if right arrow pressed code here)
goto :2
(if left arrow pressed code here)
goto :1
(if right arrow pressed code here)
goto :2
(if right arrow pressed code here)
goto :3
如果用户按下“右箭头键”我需要转到下一页。 如果按下“左箭头键”我如何检测是否有人按下箭头键并对其进行导航。
例子:
(if right arrow pressed code here)
goto :2
(if left arrow pressed code here)
goto :1
(if right arrow pressed code here)
goto :2
(if right arrow pressed code here)
goto :3