sdlScancodeToKeycode function

int sdlScancodeToKeycode(
  1. int x
)

Implementation

int sdlScancodeToKeycode(int x) {
  return x | SDLK_SCANCODE_MASK;
}