AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
|
Convert sdl events to uinput codes. More...
#include <SDL2/SDL_keycode.h>
#include <SDL2/SDL_scancode.h>
Go to the source code of this file.
Functions | |
int | sdl_translate_event (SDL_Scancode scancode, SDL_Keycode keysym) |
Convert an SDL scancode to a value read by the virtual input daemon. More... | |
Convert sdl events to uinput codes.
The uinput codes will be read by the input daemon on the virtual machine side.
Definition in file sdl_translate.h.
int sdl_translate_event | ( | SDL_Scancode | scancode, |
SDL_Keycode | keysym | ||
) |
Convert an SDL scancode to a value read by the virtual input daemon.
Definition at line 105 of file sdl_translate.c.