ReactOS 0.4.16-dev-297-gc569aee
|
#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"
Go to the source code of this file.
Variables | |
const struct dinput_device | joystick_linux_device |
const struct dinput_device joystick_linux_device |
Definition at line 998 of file joystick_linux.c.