ReactOS 0.4.15-dev-8093-g3285f69
joystick_linuxinput.c File Reference
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include "wine/debug.h"
#include "wine/unicode.h"
#include "wine/list.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "devguid.h"
#include "dinput.h"
#include "dinput_private.h"
#include "device_private.h"
#include "joystick_private.h"
Include dependency graph for joystick_linuxinput.c:

Go to the source code of this file.

Variables

const struct dinput_device joystick_linuxinput_device
 

Variable Documentation

◆ joystick_linuxinput_device

const struct dinput_device joystick_linuxinput_device
Initial value:
= {
"Wine Linux-input joystick driver",
}
#define NULL
Definition: types.h:112

Definition at line 1628 of file joystick_linuxinput.c.