Skip to content

This module allows you to recieve the KeyState via `MapVirtualKeyA` (win32 api) and `GetAsyncKeyState` (win32 api) function.

License

Notifications You must be signed in to change notification settings

KGT1/node-getkeystatebyscancode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getkeystatebyscancode

This module allows you to recieve the KeyState via MapVirtualKeyA (win32 api) and GetAsyncKeyState (win32 api) function. Therefore it is Windows only.

API is described by Typescript definition:

function GetKeyStateByScancode(ScanCode);

if it returns a negative value the Key is pressed down, otherwise its up.

About

This module allows you to recieve the KeyState via `MapVirtualKeyA` (win32 api) and `GetAsyncKeyState` (win32 api) function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published