문제

I want to get response from Form while pressed and holding a key,how do I do that ? I wrote code for 'OnKeyDown' but that works only once per press/

도움이 되었습니까?

해결책

You want OnKeyPress, not OnKeyDown.

KeyPress will continue to trigger as long as you hold the key down.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top