VkKeyScanW method

int VkKeyScanW(
  1. int ch
)

Implementation

int VkKeyScanW(
  int ch,
) {
  return _VkKeyScanW(
    ch,
  );
}