Francois Gouget
|
9d589acc26
|
Assorted spelling fixes.
|
2005-01-04 20:39:54 +00:00 |
Neil Olver
|
dd9a30ba46
|
The flag for a mouse button down in the structure returned by
GetDeviceState should be 0x80 (only the high bit set), not 0xff.
|
2004-12-27 16:55:41 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Christian Costa
|
6a8ae41c9d
|
Handle device class in DX8 enumeration (found by Robert Reif).
Fixed remaining DX8 device types.
Factorized a bit GetCapabilities for keyboard and mouse.
|
2004-12-13 13:17:03 +00:00 |
Robert Reif
|
9a75ae0a2f
|
Add dx3 capabilities.
|
2004-09-21 20:04:37 +00:00 |
Robert Reif
|
873e5bfe29
|
Use InterlockedIncrement/InterlockedDecrement for reference counting.
Fix bug in effect enumeration that crashed dxcapsviewer.
|
2004-09-17 18:10:41 +00:00 |
Robert Reif
|
76447ec8d7
|
Added support for multiple devices.
|
2004-09-13 19:16:47 +00:00 |
Robert Reif
|
4efa5dd85e
|
Add buffered mode to joystick.
Add JoystickWImpl_GetDeviceInfo.
|
2004-09-13 18:03:30 +00:00 |
Alexandre Julliard
|
314b99c48f
|
Removed some more uses of the non-standard ICOM_THIS macro.
|
2004-09-09 20:17:07 +00:00 |
Robert Reif
|
38d6f1432f
|
Fixes a mouse regression due to structure size change.
|
2004-09-09 00:25:48 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Lionel Ulmer
|
4f640697bd
|
- some new logging on device enumeration
- fix version setting in DirectInputCreate(A/W) functions
|
2004-06-04 18:06:37 +00:00 |
Lionel Ulmer
|
04d77f4dcc
|
- some TRACEing improvements
- fix mouse Acquire which switched right and middle buttons
- reset the mouse cursor at its original location on Unacquiring the
device
|
2004-06-02 00:36:54 +00:00 |
Alexandre Julliard
|
79692a3fe8
|
We don't really need subdirectories in dlls/dinput.
|
2004-02-12 23:27:59 +00:00 |