SDL/src/video/directfb
Sam Lantinga 6ef1a25d18 Fixed bug 3751 - DirectFB linux_input disabled by default
Clayton Craft

linux_input module is disabled by default, despite the comments in source code that it is otherwise:

src/video/directfb/SDL_DirectFB_video.c:
    devdata->use_linux_input = readBoolEnv(DFBENV_USE_LINUX_INPUT, 0);       /* default: on */

src/video/directfb/SDL_DirectFB_video.h:
    #define DFBENV_USE_LINUX_INPUT      "SDL_DIRECTFB_LINUX_INPUT"      /* Default: on  */

When using the directfb driver, the linux_input module is suppressed unless the SDL app is started with "SDL_DIRECTFB_LINUX_INPUT=1" set in the environment. I recall seeing at one point that the directfb folks recommended using linux_input over the other input drivers, but I am having trouble locating this recommendation. In any case, I believe that this should really be defaulted to 'on' since it's vastly superior to the other dfb input drivers!
2017-08-13 20:51:08 -07:00
..
SDL_DirectFB_WM.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_WM.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_dyn.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_dyn.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_events.c directfb: Fixed quitting keyboard twice. 2017-06-16 23:30:30 +02:00
SDL_DirectFB_events.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_modes.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_modes.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_mouse.c directfb: Fixed compiler warnings about undefined functions. 2017-05-13 23:00:53 +02:00
SDL_DirectFB_mouse.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_opengl.c directfb: Fixed compiler warnings about unused variables. 2017-05-11 23:00:21 +02:00
SDL_DirectFB_opengl.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_render.c directfb: Fixed crash if creating renderer. 2017-06-11 22:30:24 +02:00
SDL_DirectFB_render.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_shape.c Removed unused internal window shape functions. 2017-05-25 23:00:43 +02:00
SDL_DirectFB_shape.h Removed unused internal window shape functions. 2017-05-25 23:00:43 +02:00
SDL_DirectFB_video.c Fixed bug 3751 - DirectFB linux_input disabled by default 2017-08-13 20:51:08 -07:00
SDL_DirectFB_video.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_DirectFB_window.c directfb: Fixed comment. 2017-06-11 22:30:49 +02:00
SDL_DirectFB_window.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00