ReactOS 0.4.15-dev-7918-g2a2556c
joystick_linux.c File Reference
#include "config.h"
#include "wine/port.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 "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "devguid.h"
#include "dinput.h"
#include "dinput_private.h"
#include "device_private.h"
#include "joystick_private.h"
Include dependency graph for joystick_linux.c:

Go to the source code of this file.

Variables

const struct dinput_device joystick_linux_device
 

Variable Documentation

◆ joystick_linux_device

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

Definition at line 998 of file joystick_linux.c.