VkKeyScanW method

int VkKeyScanW(
  1. int ch
)

Implementation

int VkKeyScanW(
  int ch,
) {
  return (_VkKeyScanW ??=
      _dylib.lookupFunction<_c_VkKeyScanW, _dart_VkKeyScanW>('VkKeyScanW'))(
    ch,
  );
}