|
ReactOS 0.4.16-dev-1873-g416c3a5
|
#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"
Go to the source code of this file.
Variables | |
| const struct dinput_device | joystick_linuxinput_device |
| const struct dinput_device joystick_linuxinput_device |
Definition at line 1628 of file joystick_linuxinput.c.