AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
sdl_translate.h
Go to the documentation of this file.
1 
8 #ifndef __SDL_TRANSLATE_H__
9 #define __SDL_TRANSLATE_H__
10 
11 #include <SDL2/SDL_keycode.h>
12 #include <SDL2/SDL_scancode.h>
13 
16 int sdl_translate_event(SDL_Scancode scancode, SDL_Keycode keysym);
17 
18 #endif
int sdl_translate_event(SDL_Scancode scancode, SDL_Keycode keysym)
Convert an SDL scancode to a value read by the virtual input daemon.