local evt = KeyDownEvent()
evt.key = KeyboardKey.UpArrow
_InputService:SendEvent(evt)
wait(0.5)
local evt2 = KeyUpEvent();
evt2.key = KeyboardKey.UpArrow
_InputService:SendEvent(evt2)
여기코드 뭐가 문제임?
wait 초단위를 더 줘야하나
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+146 | 10-20 | 20313 | |
60316 | 03:45 | 50 | ||
60315 | 00:15 | 113 | ||
60314 | 00:15 | 51 | ||
60313 | 06-07 | 172 | ||
60312 | 06-07 | 133 | ||
60311 | 06-07 | 234 | ||
60310 | 06-07 | 148 | ||
60309 | 06-07 | 117 | ||
60308 | 06-07 | 192 | ||
60307 | 06-07 | 103 | ||
60306 | 06-07 | 163 | ||
60305 | 06-07 | 93 | ||
60304 | 06-07 | 163 | ||
60303 | 06-07 | 109 | ||
60302 | 06-07 | 117 | ||
60301 | 06-07 | 177 | ||
60300 | 06-07 | 196 | ||
60299 | 06-07 | 239 | ||
60298 | 06-07 | 314 |
댓글1
해결하셨나요?