function IsControlKeyPressed: Boolean; begin Result := GetKeyState(VK_CONTROL) < 0; end; GetKeyState是Windows库中的函数,我不想将其包含在我的项目中。
確定! 回上一頁