local evt = KeyDownEvent()
evt.key = KeyboardKey.UpArrow
_InputService:SendEvent(evt)
wait(0.5)
local evt2 = KeyUpEvent();
evt2.key = KeyboardKey.UpArrow
_InputService:SendEvent(evt2)
여기코드 뭐가 문제임?
wait 초단위를 더 줘야하나
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
42497 | 02-24 | 265 | ||
42496 | 02-24 | 296 | ||
42495 | 02-24 | 425 | ||
42494 | 02-24 | 238 | ||
42493 | 02-24 | 823 | ||
42492 | 02-24 | 362 | ||
42491 | 02-24 | 371 | ||
42490 | 02-24 | 347 | ||
42489 | 02-24 | 337 | ||
42488 | 02-24 | 374 | ||
42487 | 02-24 | 368 | ||
42486 | 02-24 | 319 | ||
42485 | 02-24 | 490 | ||
42484 | 02-24 | 681 | ||
42483 | 02-24 | 540 | ||
42482 | 보안팅+1 | 02-24 | 377 | |
42481 | 02-24 | 335 | ||
42480 | 02-24 | 471 | ||
42479 | 02-24 | 306 | ||
42478 | 02-24 | 702 |
댓글1
해결하셨나요?