kopia lustrzana https://github.com/OpenRTX/OpenRTX
keyboard_linux.c: add kbd_init() implementation to fix compilation on Linux
rodzic
85a89d1f84
commit
a58eaa2a08
|
@ -23,6 +23,10 @@
|
|||
#include "keyboard.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
void kbd_init()
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t kbd_getKeys() {
|
||||
SDL_Event event;
|
||||
uint32_t keys = 0;
|
||||
|
|
Ładowanie…
Reference in New Issue