Displaying 2 results from an estimated 2 matches for "rgbbuttons".
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...gt;data.mouse.usButtonData = mouse_state.lZ & 0xffff;
+ raw->data.mouse.usButtonFlags = 0;
+ raw->data.mouse.ulRawButtons = 0;
+
+ if(raw->data.mouse.usButtonData != 0) raw->data.mouse.usButtonFlags |= RI_MOUSE_WHEEL;
+
+ for(i = 0; i < 8; i++)
+ if(mouse_state.rgbButtons[i] & 0x80)
+ raw->data.mouse.ulRawButtons |= 1<<i;
+ if(mouse_state.rgbButtons[0] & 0x80 && !(mouse_state_prev.rgbButtons[0] & 0x80))
+ raw->data.mouse.usButtonFlags |= RI_MOUSE_LEFT_BUTTON_DOWN;
+
+ if(!(mouse_state.rgbButtons[0] & 0x80...
2008 Mar 09
3
Gothic 3 Demo - turn around of the character
Greetings,
could someone verify, that the error i am seeing since now a long time
doesn't occur only for me? In that case i should file a bug.
At the moment i a am using wine-0.9.57 with the demo from
http://download.piranha-bytes.com/download.php?getname=/gothic3/Gothic3Demo-US.exe
The only way to turn the character around seems to be by moving the
mouse. Works, but a full turn is