Displaying 3 results from an estimated 3 matches for "setup_dinput_options".
2008 Jun 01
1
Joystick Axis not working
...his:
"Logitech Logitech Extreme 3D" "X,Y,Rz,Throttle,Hat0X,Hat0Y"
The (seemingly useful parts of) WINEDEBUG gives me the following info:
Code:
trace:dinput:joydev_enum_deviceA Enumerating the linux Joystick
device: /dev/input/js0 (Logitech Logitech Extreme 3D)
trace:dinput:setup_dinput_options "Logitech Logitech Extreme 3D" = "X,Y,Rz,Throttle,Hat0X,Hat0Y"
err:dinput:setup_dinput_options invalid joystick axis type: "Throttle"
err:dinput:setup_dinput_options invalid joystick axis type: "Hat0X"
err:dinput:setup_dinput_options invalid joystick axis ty...
2011 Aug 15
1
Logitech Freedom 2.4
...I created a registry key under HKCU -> Software -> Wine -> DirectInput, called "Logitech Logitech Freedom 2.4": "X,Y,Z,Slider1,POV1,POV2", which, in my opinion would correspond to the 6 axes the joystick has, however, wine disagrees with me on this and says: err:dinput:setup_dinput_options not all joystick axes mapped: 6 axes(4,2), 8 arguments.
Can anybody tell me how to map the axes?
2009 Aug 21
0
Wine release 1.1.28
...decs: Implement CopyPixels for 1-bit ICO icons.
windowscodecs: Implement CopyPixels for 32-bit ICO icons.
Vitaliy Margolen (10):
dinput: Move axes mapping array and default dead-zone into generic joystick class.
dinput: Move axes count into base joystick class.
dinput: Move setup_dinput_options into common place.
dinput: Rename device axes to direct input axes mapping array to dev_axes_to_di.
dinput: Evdev joystick driver - add ability to remap axis.
dinput: Let driver specify default axis mapping.
dinput: Set default joystick axes mapping for evdev.
dinput:...