search for: __pollinput

Displaying 1 result from an estimated 1 matches for "__pollinput".

2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...s 2000 XP API Wrapper Pack + * Released under LGPL + */ + #include "config.h" #include "wine/port.h" @@ -48,12 +56,46 @@ #include "wine/server.h" #include "wine/debug.h" #include "wine/unicode.h" +#include "dinput.h" +DWORD WINAPI __pollInput(LPVOID) ; WINE_DEFAULT_DEBUG_CHANNEL(win); WINE_DECLARE_DEBUG_CHANNEL(keyboard); static DWORD last_mouse_event; +BOOL mouse_init = FALSE; +LPDIRECTINPUT8A lpdi; +LPDIRECTINPUTDEVICE8A m_mouse; + +static DIMOUSESTATE2 mouse_state; +static DIMOUSESTATE2 mouse_state...