[PATCH 1/5] programs: First version of the joystick testing tool. Just lists connected joysticks.

Alexandre Julliard julliard at winehq.org
Fri May 18 12:29:52 CDT 2012


Lucas Fialho Zawacki <lfzawacki at gmail.com> writes:

> From: Lucas Fialho Zawacki <lfzawacki at gmail.com>
>
> ---
>  configure.ac                  |    1 +
>  programs/joystick/Makefile.in |   17 +++++++
>  programs/joystick/main.c      |  102 +++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 120 insertions(+)
>  create mode 100644 programs/joystick/Makefile.in
>  create mode 100644 programs/joystick/main.c

I don't think it makes sense to add a command-line application for
this. If there are really things that the user needs to configure, it
should be a control panel. But ideally we should retrieve the settings
from the Unix environment.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list