Michael Stefaniuc
|
c0d2a21dd1
|
dinput: Remove superfluous pointer casts.
|
2009-01-28 12:30:51 +01:00 |
Vitaliy Margolen
|
f6f52021f8
|
dinput: Copy device data up to maximum available bytes.
|
2009-01-08 12:54:54 +01:00 |
Alexandre Julliard
|
fffcd23cce
|
dinput: Fix pointer cast warnings on 64-bit.
|
2009-01-05 12:39:44 +01:00 |
Vitaliy Margolen
|
d2da2d378e
|
dinput: Allow for holes in device status structure.
|
2009-01-04 14:59:54 +01:00 |
Vitaliy Margolen
|
6e07c7bc14
|
dinput: Remove DIEnumDevicesCallbackAtoW.
It's no longer used.
|
2008-12-20 11:11:30 +01:00 |
Alexandre Julliard
|
9ef1f0fe2e
|
dinput: Make some functions static.
|
2008-12-03 12:13:37 +01:00 |
Vitaliy Margolen
|
aa0188cd6f
|
dinput: Zero the out buffer.
|
2008-07-28 12:16:34 +02:00 |
Vitaliy Margolen
|
85e2aa1d8a
|
dinput: Add more traces. Prevent some traces from dereferencing NULL pointer.
|
2008-07-07 12:11:24 +02:00 |
Vitaliy Margolen
|
382ed33b7a
|
dinput: Default value for unassigned POVs should be -1.
|
2008-05-08 18:14:18 +02:00 |
Francois Gouget
|
42a61d7ed7
|
Assorted spelling fixes.
|
2008-05-06 16:10:20 +02:00 |
Marcus Meissner
|
494dd5f1fa
|
dinput: Some debug output for BuildActionMap.
|
2008-02-18 12:41:37 +01:00 |
Marcus Meissner
|
9ce27fc7c1
|
dinput: Add a dumper for LPDIACTIONFORMAT.
Also make the DINPUT_instance static.
|
2008-02-16 15:10:47 +01:00 |
Francois Gouget
|
96d6a25fa1
|
dinput: Make _dump_cooperativelevel_DI() and _dump_EnumDevices_dwFlags() more self-contained.
|
2007-12-18 12:32:56 +01:00 |
Andrew Riedi
|
e0740a7a60
|
dinput: DPRINTF -> TRACE.
|
2007-12-12 13:48:57 +01:00 |
Andrew Talbot
|
39b99d47ad
|
dinput: Remove unneeded casts.
|
2007-12-07 17:36:01 +01:00 |
Vitaliy Margolen
|
355b39cd71
|
dinput: Fix typo.
|
2007-10-01 12:34:12 +02:00 |
Vitaliy Margolen
|
8ff85c08b6
|
dinput: Add a helper function to open configuration registry keys.
|
2007-09-25 11:55:23 +02:00 |
Vitaliy Margolen
|
319097f563
|
dinput: Move get_config_key to a common place.
|
2007-09-25 11:55:19 +02:00 |
Vitaliy Margolen
|
9e36848303
|
dinput: Fix mapping of axes ids to property ids.
|
2007-08-06 14:01:54 +02:00 |
Vitaliy Margolen
|
8f28d4369e
|
dinput: Rename set_dinput_hook and call it from the base class.
Since keyboard's acquire and unacquire don't do anything special just call
the base class.
|
2007-07-09 14:31:38 +02:00 |
Vitaliy Margolen
|
448dde9be8
|
dinput: Keep the list of all the dinput devices created for each IDIrectInput object.
|
2007-07-09 14:25:33 +02:00 |
Vitaliy Margolen
|
fb1082ae73
|
dinput: Combine all Release functionality into base class.
|
2007-06-28 12:16:11 +02:00 |
Vitaliy Margolen
|
f83b53c160
|
dinput: Acquire device only if specified window has focus in foreground coop level.
|
2007-06-04 13:10:10 +02:00 |
Andrew Talbot
|
5e1ca16052
|
dinput: Constify some variables.
|
2007-04-24 11:53:46 +02:00 |
Vitaliy Margolen
|
cb0e61c356
|
dinput: Set the event regardless of the queue state.
|
2007-04-09 12:19:01 +02:00 |
Marcus Meissner
|
1fc5160ce8
|
dinput: Fix dereference pointer after NULL check (Coverity).
|
2007-02-05 14:02:23 +01:00 |
Vitaliy Margolen
|
a1dd4cb76a
|
dinput: Don't copy no longer used user data format object array.
|
2007-01-11 11:49:01 +01:00 |
Vitaliy Margolen
|
da78a7af5e
|
dinput: Use internal data format for object lookups.
|
2007-01-11 11:48:55 +01:00 |
Vitaliy Margolen
|
cd306046bb
|
dinput: Pass complete DataFormat structure to find_property.
|
2007-01-10 12:23:28 +01:00 |
Vitaliy Margolen
|
4b33fd691a
|
dinput: Set event from queue_event, simplifying code a bit.
|
2007-01-08 21:13:40 +01:00 |
Vitaliy Margolen
|
005bb87342
|
dinput: Fix possible NULL deference.
|
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
|
0edc6e26a7
|
dinput: Implement GetObjectInfo[A|W] in base device class.
|
2007-01-04 09:57:05 +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
|
42feef0c7b
|
dinput: Implement EnumOjects[A|W] in the base device class.
|
2006-12-28 12:23:02 +01:00 |
Christoph Frick
|
e4a6562937
|
dinput: Drop magic int.
|
2006-12-20 17:41:09 +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
|
6246fa62f9
|
dinput: Remove redundant parameter.
|
2006-12-12 20:24:10 +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
|
5b520ff6df
|
dinput: Remove incorrect assumption about format.
|
2006-12-11 13:50:32 +01:00 |
Vitaliy Margolen
|
1056c881e1
|
dinput: Fix processing of custom format.
|
2006-12-11 12:17:26 +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
|
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 |
Vitaliy Margolen
|
1dae4c6832
|
dinput: Move SetCooperativeLevel into base class.
|
2006-10-17 12:36:13 +02:00 |
Vitaliy Margolen
|
af34ef12ba
|
dinput: Move SetEventNotification and associated event into base class.
|
2006-10-17 12:36:00 +02:00 |