Check the return value of SDL_EVDEV_Init()
parent
38854e0333
commit
c16dd74f3b
|
@ -183,7 +183,9 @@ RPI_VideoInit(_THIS)
|
|||
SDL_AddVideoDisplay(&display);
|
||||
|
||||
#ifdef SDL_INPUT_LINUXEV
|
||||
SDL_EVDEV_Init();
|
||||
if (SDL_EVDEV_Init() < 0) {
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
RPI_InitMouse(_this);
|
||||
|
|
Loading…
Reference in New Issue