_WinAPI_GetAsyncKeyState
Проверяет, является ли клавиша нажатой или отжатой в момент вызова функции
#include <WinAPI.au3>
_WinAPI_GetAsyncKeyState($iKey)
Параметры
$iKey | Проверяемая клавиша |
Возвращаемое значение
Успех: | If the most significant bit is set the key is down, and if the least significant bit is set, the key was pressed after the previous call to GetAsyncKeyState. |
Ошибка: | 0, if a window in another thread or process currently has the keyboard focus. |
См. также
Искать GetAsyncKeyState в библиотеке MSDN