Vitaliy Margolen
|
005bb87342
|
dinput: Fix possible NULL deference.
|
2007-01-06 11:40:46 +01:00 |
|
Vitaliy Margolen
|
b223b021a5
|
dinput: Fix memory leak.
|
2007-01-06 11:40:46 +01:00 |
|
Vitaliy Margolen
|
30e2fbcb6e
|
dinput: Fix mouse to use proper offset when queuing new events. Add handling of X-buttons.
We should use instance IDs instead of sequential numbers to get correct offset.
|
2007-01-06 11:40:46 +01:00 |
|
Vitaliy Margolen
|
504798ce9f
|
dinput: Change EnumObjects to use GetObjectInfo.
Also small debug trace correction to make it more readable.
|
2007-01-05 18:23:46 +01:00 |
|
Vitaliy Margolen
|
4c1e52e123
|
dinput: Fix cut and paste error.
|
2007-01-04 21:14:19 +01:00 |
|
Francois Gouget
|
bbb2b7fd98
|
Assorted spelling fixes.
|
2007-01-04 11:27:31 +01:00 |
|
Vitaliy Margolen
|
f2a3ad2481
|
dinput: Implement mouse GetObjectInfo on top of base class.
|
2007-01-04 09:57:35 +01:00 |
|
Vitaliy Margolen
|
20ba784aac
|
dinput: Move keyboard to using new GetObjectInfo.
|
2007-01-04 09:57:11 +01:00 |
|
Vitaliy Margolen
|
0edc6e26a7
|
dinput: Implement GetObjectInfo[A|W] in base device class.
|
2007-01-04 09:57:05 +01:00 |
|
Andrew Talbot
|
e946ce6b38
|
dinput: Declare some functions static.
|
2007-01-04 09:53:58 +01:00 |
|
Vitaliy Margolen
|
263d5ce171
|
dinput: Move keyboard to using new EnumObjects from base class.
|
2006-12-29 20:54:38 +01:00 |
|
Vitaliy Margolen
|
685a3e6a6e
|
dinput: Release critical section before warping mouse.
|
2006-12-29 12:49:41 +01:00 |
|
Vitaliy Margolen
|
0eb110f3ca
|
dinput: Move mouse to using new EnumObjects from base class.
|
2006-12-28 12:23:07 +01:00 |
|
Vitaliy Margolen
|
42feef0c7b
|
dinput: Implement EnumOjects[A|W] in the base device class.
|
2006-12-28 12:23:02 +01:00 |
|
Vitaliy Margolen
|
18ee811e4c
|
dinput: mouse: Copy and modify default data format.
|
2006-12-28 12:22:49 +01:00 |
|
Vitaliy Margolen
|
b22ff8018a
|
dinput: Remove MsgWaitForMultipleObjects calls.
|
2006-12-28 12:22:29 +01:00 |
|
Vitaliy Margolen
|
ce5fb9bb29
|
dinput: AddRef and Release parent DirectInput class.
|
2006-12-24 13:07:15 +01:00 |
|
Christoph Frick
|
e4a6562937
|
dinput: Drop magic int.
|
2006-12-20 17:41:09 +01:00 |
|
Christoph Frick
|
b0eb9d0b89
|
dinput: Set the correct size for the old dinput joystick.
This also reverts my previous patch as this is the real cause for the
problems with Grand Prix Legends.
|
2006-12-20 17:40:17 +01:00 |
|
Vitaliy Margolen
|
938657b1c1
|
dinput: Warp mouse in exclusive cooperation mode only.
|
2006-12-20 14:12:49 +01:00 |
|
Vitaliy Margolen
|
546c7a502d
|
dinput: Use GetCursorPos() to calculate relative mouse movements.
|
2006-12-20 14:12:42 +01:00 |
|
Vitaliy Margolen
|
975d7ff292
|
dinput: Make mouse use axis mode flag set in base class. Add tests.
|
2006-12-18 12:01:05 +01:00 |
|
Vitaliy Margolen
|
7b07e4b563
|
dinput: Add handling of AXISMODE property to base device object.
|
2006-12-18 12:00:50 +01:00 |
|
Vitaliy Margolen
|
350c66fec2
|
dinput: Zero out returned information struct.
|
2006-12-18 12:00:43 +01:00 |
|
Vitaliy Margolen
|
1db55d2511
|
dinput: Don't return non existent keys.
|
2006-12-18 12:00:41 +01:00 |
|
Vitaliy Margolen
|
aa8392c9e7
|
dinput: Use standard mouse data format instead of custom one.
|
2006-12-12 20:24:20 +01:00 |
|
Vitaliy Margolen
|
6246fa62f9
|
dinput: Remove redundant parameter.
|
2006-12-12 20:24:10 +01:00 |
|
Vitaliy Margolen
|
d5b57f3904
|
dinput: Move mouse & keyboard user data format to base class.
|
2006-12-12 20:23:57 +01:00 |
|
Vitaliy Margolen
|
1d314d54ba
|
dinput: Move joystick user data format into base class.
|
2006-12-12 20:23:37 +01:00 |
|
Vitaliy Margolen
|
3446caab56
|
dinput: Add user data format into base class. Implement SetDataFormat.
|
2006-12-12 20:22:53 +01:00 |
|
Vitaliy Margolen
|
cd050bf25c
|
dinput: Move transform and offsets structures into base device class.
|
2006-12-12 20:22:44 +01:00 |
|
Vitaliy Margolen
|
68176eeda1
|
dinput: Move few helper functions and standardize them.
|
2006-12-11 16:17:46 +01:00 |
|
Vitaliy Margolen
|
267cbf8289
|
dinput: Move internal function calculate_ids to where it's really used.
|
2006-12-11 16:17:40 +01:00 |
|
Vitaliy Margolen
|
c17e06d5c0
|
dinput: No need to copy default constant format. Use already defined static instead.
|
2006-12-11 16:17:13 +01:00 |
|
Christoph Frick
|
71f41e5d02
|
dinput: Utilize IDirectInputDevice2AImpl_Acquire/Unacquire.
|
2006-12-11 13:51:13 +01:00 |
|
Christoph Frick
|
f37f598daf
|
dinput: Ensure that the size of the dev caps pointer is large enough - no exact.
|
2006-12-11 13:51:00 +01:00 |
|
Christoph Frick
|
ba1ef69a41
|
dinput: Silently ignore DIPROP_CALIBRATIONMODE.
|
2006-12-11 13:50:37 +01:00 |
|
Vitaliy Margolen
|
5b520ff6df
|
dinput: Remove incorrect assumption about format.
|
2006-12-11 13:50:32 +01:00 |
|
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
|
Vitaliy Margolen
|
1056c881e1
|
dinput: Fix processing of custom format.
|
2006-12-11 12:17:26 +01:00 |
|
Vitaliy Margolen
|
03fa9106cf
|
dinput: Remove no longer used GEN_EVENT.
|
2006-12-05 11:33:03 +01:00 |
|
Vitaliy Margolen
|
aa7eed9394
|
dinput: Move joystick event queue into base device class.
|
2006-12-05 11:32:55 +01:00 |
|
Vitaliy Margolen
|
fb5884203b
|
dinput: Move mouse event queue into base device class.
|
2006-12-05 11:32:46 +01:00 |
|
Vitaliy Margolen
|
564ad7da8c
|
dinput: Move keyboard event queue into base device class.
This removes [Get|Set]Property and GetDeviceData.
|
2006-12-05 11:32:38 +01:00 |
|
Vitaliy Margolen
|
ce0c3cdae7
|
dinput: Implement [Get|Set]Property and GetDeviceData in base Device object.
Also add queue_event to replace big macro GEN_EVENT.
|
2006-12-05 11:32:34 +01:00 |
|
Vitaliy Margolen
|
429c8ac948
|
dinput: Implement Poll for keyboard.
|
2006-12-04 12:34:08 +01:00 |
|
Vitaliy Margolen
|
0da0486cc3
|
dinput: Move critical section to the base device class.
|
2006-12-04 12:33:47 +01:00 |
|
Vitaliy Margolen
|
f7eacd64d1
|
dinput: Move acquired flag to the base device class. Add tests.
|
2006-12-04 12:33:35 +01:00 |
|
Christoph Frick
|
53620bc77b
|
dinput: Simplify the code that finds the offset of the given linux event.
|
2006-11-24 12:56:50 +01:00 |
|
Francois Gouget
|
dc44dbfa41
|
dinput/tests: Remove unneeded NONAMELESS* macros.
|
2006-11-24 11:48:47 +01:00 |
|