WebKeyboardSDL.h 151 B

12345678910
  1. #pragma once
  2. namespace Atomic
  3. {
  4. /// Get the native key for a given scancode, return -1 if unknown
  5. int GetNativeKeyFromSDLScanCode(int scancode);
  6. }