VkKeyScanA method

int VkKeyScanA(
  1. int ch
)

Implementation

int VkKeyScanA(
  int ch,
) {
  return _VkKeyScanA(
    ch,
  );
}