VkKeyScan function user32

int VkKeyScan(
  1. int ch
)

Translates a character to the corresponding virtual-key code and shift state for the current keyboard.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-vkkeyscanw.

Implementation

@pragma('vm:prefer-inline')
int VkKeyScan(int ch) => _VkKeyScan(ch);