APP

프린트 스크린 키 눌렸는지 확인

ezmind 2012. 10. 23. 02:17
if GetAsyncKeyState(VK_SNAPSHOT)<>0 then
begin
  showmessage('눌렀음');
end;