Christoph Frick
2460b4576b
dinput: map_axis must be able to work with LONG's value range.
2006-07-07 17:04:03 +02:00
Christoph Frick
97fed19afc
dinput: Remove redundant struct members.
2006-07-07 17:02:33 +02:00
Christoph Frick
3083b0a6c7
dinput: Implement the GetProperty call for getting the range of an axis.
2006-07-07 17:02:11 +02:00
Christoph Frick
141a267957
dinput: Call fake_current_js_state on the places where it is actually needed in SetProperty.
2006-07-07 17:01:59 +02:00
Christoph Frick
cd7e1d5707
dinput: Only fake the current state on axes that are actually there.
2006-07-07 17:01:47 +02:00
Christoph Frick
d478b7e4be
dinput: Move the axes and button configs into the JoyDev struct.
2006-07-07 17:01:28 +02:00
Christoph Frick
1817648a0f
dinput: Utilize the offsets and the transform to support the user
...
supplied data format.
2006-07-07 17:01:09 +02:00
Christoph Frick
f0f3b0a34a
dinput: Adds offset and transform and their basic handling to the joystick implementation.
2006-07-07 17:00:27 +02:00
Christoph Frick
03260f738b
dinput: When handling axes, ignore the ABS_HAT.* as they are handled as POV.
2006-07-07 16:59:53 +02:00
Christoph Frick
14e9ee55ba
dinput: Set the amount of POVs in the caps.
2006-07-07 16:59:40 +02:00
Christoph Frick
8c1be245f7
dinput: Detect more than one /dev/input/event joystick.
2006-07-07 16:59:21 +02:00
Paul Vriens
8f143f190c
Use the return value of register_key_guid.
2006-06-30 21:08:07 +02:00
Vitaliy Margolen
101e9e64e6
dinput: Warp mouse each 10ms instead of dropping events.
2006-06-23 10:45:45 +02:00
Alexandre Julliard
7ad5f9eca0
dinput: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:55 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Robert Shearman
74407105d2
Check the return value from register_key_guid in all the DLL registering code.
2006-05-10 19:38:04 +02:00
Roderick Colenbrander
bc31b388d1
dinput: Fix Initialize return value.
2006-05-08 14:47:41 +02:00
Mike Frysinger
dd174c54e1
joystick: Search for /dev/input/js as well as /dev/js.
2006-04-19 19:27:41 +02:00
Pavel Semerad
ff8debd2be
dinput: Fixed joystick with POV and JoystickAImpl_SetProperty-proprange.
2006-04-05 10:58:18 +02:00
Vitaliy Margolen
bc1440699c
dinput: Keyboard should be acquired before calling GetDeviceState.
2006-04-03 11:39:28 +02:00
Vitaliy Margolen
e66e34ef7b
dinput: Create single thread for mouse and keyboard hook.
...
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
2006-03-21 11:27:49 +01:00
Christoph Frick
034a030d37
dinput/joystick_linuxinput: Add POV detection and reporting.
...
Mapping of ABS_HAT[0-3][XY] to the four POV used by dinput.
2006-03-13 14:18:19 +01:00
Christoph Frick
61de4e7425
dinput/linuxinput: Fix handling of DIPH_BYID.
...
- handling of DIPH_BYID
- use regular id and not shifted one also for axes
- may only Acquire after SetDataFormat
2006-03-09 22:45:11 +01:00
Vitaly Budovski
6a0e711681
dinput: Return an error if both DISCL_EXCLUSIVE and DISCL_BACKGROUND are set.
2006-02-28 12:40:13 +01:00
Mike McCormack
202846739a
dinput: Fix the compile for missing EV_SYN define.
2006-02-09 17:44:38 +01:00
Christoph Frick
094e85398b
dinput: Dynamic handling of buttons of a device.
2006-02-09 12:07:55 +01:00
Lionel Ulmer
809dd5b044
Handle DInput8 interfaces in device QueryInterface.
2005-11-28 10:38:59 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +01:00
Francois Gouget
6d442aeb34
Assorted spelling fixes.
2005-11-23 20:14:43 +01:00
Daniel Remenak
c02aee8b8f
Add additional sanity checks to the linux input system dinput joystick
...
implementation.
2005-11-12 19:10:38 +00:00
Christoph Frick
247417a6db
Moved and adopted joystick_linux.c code into the
...
joystick_linuxinput.c.
2005-11-11 10:52:27 +00:00
Francois Gouget
0edbaf7e80
Remove spaces before '\n' in traces.
2005-11-10 12:14:56 +00:00
Alexandre Julliard
7e22be4d84
We are no longer generating .dbg.c files.
2005-09-29 10:35:58 +00:00
Marcus Meissner
bd7ec9aca5
The last argument to MultiByteToWideChar is wide character count and
...
not the buffer size in bytes. Fixed all places where it was wrong.
2005-09-12 22:07:53 +00:00
Alexandre Julliard
f8ee161a1b
Fixed some traces to use the right printf format and avoid typecasts.
2005-09-12 10:30:05 +00:00
Alexandre Julliard
20a1a203c6
Use a more portable scheme for storing the name of a critical
...
section.
2005-09-09 10:19:44 +00:00
Vincent Béron
a3e3b1e360
Use proper ifdefs around unistd.h.
2005-09-09 09:11:10 +00:00
Alexandre Julliard
856221c057
Use the COM macros instead of accessing lpVtbl directly.
2005-09-07 11:50:34 +00:00
Mike McCormack
b1eb3c30f3
Fix warnings for no force feedback case.
2005-09-07 11:25:32 +00:00
Daniel Remenak
feb9ab68b9
- Allow the creation of an FF effect while the joystick is not
...
acquired.
- Failing to download an effect after setting parameters is not a
fatal error.
2005-09-06 11:03:48 +00:00
Daniel Remenak
ff771e2e21
- Allow enumeration of objects when the device is not yet acquired.
...
- Flag FF-capable axes during enumeration.
2005-09-06 10:22:23 +00:00
Daniel Remenak
94d14d1f37
Protect FF_STATUS usage to avoid compile errors on machines with old
...
linux/input.h.
2005-09-06 09:19:51 +00:00
Daniel Remenak
d57b7ac4e2
Implement EnumEffects, CreateEffect, EnumCreatedEffects,
...
SendForceFeedbackCommand, and GetForceFeedbackStatus for linux input
joysticks.
2005-09-03 15:02:38 +00:00
Daniel Remenak
365c1a50c0
Added a linux input system force feedback effect implementation.
2005-09-02 15:18:47 +00:00
Mike McCormack
a107234dcd
gcc 4.0 warning fixes.
2005-08-29 09:38:19 +00:00
Alexandre Julliard
d37f0abf07
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
...
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
2005-08-08 17:35:28 +00:00
Alexandre Julliard
82776020da
Removed some unused or redundant configure checks.
...
A few cleanups in configure.ac.
2005-08-08 11:17:25 +00:00
Mike McCormack
50a6d970f5
gcc 4.0 warning fixes for Interlocked* functions.
2005-08-03 11:03:05 +00:00
Daniel Remenak
3ddc4bb895
Correctly enumerate evdev joysticks when enumeration is restricted
...
with DIEDFL_FORCEFEEDBACK.
2005-07-29 14:41:55 +00:00
Daniel Remenak
e491e8f897
Detect force-feedback-capable linux event device joysticks and return
...
DIDC_FORCEFEEDBACK when queried for capabilities.
2005-07-29 14:18:58 +00:00