sdlScancodeToKeycode function

int sdlScancodeToKeycode(
  1. int x
)

Implementation

int sdlScancodeToKeycode(int x) => x | SDLK_SCANCODE_MASK;