search for: slider1

Displaying 6 results from an estimated 6 matches for "slider1".

Did you mean: slider
2009 Jun 15
3
How to make joystick completely worked
...> = <axes mapping> | [Linux only (js* devices). This maps axes of joystick "joystick name". The "axes mapping" is | comma-separated list of "axis type"s - one for each joystick axis (hat-pov uses 2 axes). | "axis type" is one of: X, Y, Z, Rx, Ry, Rz, Slider1, Slider2, POV1, POV2, POV3, POV4. | To find the joystick name run | 'WINEDEBUG=+dinput wine program.exe 2>&1 | grep joydev_enum_device' | Example: "Logitech Logitech Dual Action"="X,Y,Rz,Slider1,POV1". (two "Logitech"s not a typo)] maybe i misunderstood...
2009 Mar 28
1
Logitech WingMan Cordless Gamepad
...2>&1 | grep joydev_enum_device trace:dinput:joydev_enum_deviceA Enumerating the linux Joystick device: /dev/input/js0 (Logitech WingMan Cordless Gamepad) I don't get any axis info which have to be entered in registry like this: Code: Logitech Logitech Dual Action"="X,Y,Rz,Slider1,POV1 Can somebody help me get this line right for registry that my Logitech WingMan Cordless Gamepad would be recognised by games running with wine.
2011 Aug 15
1
Logitech Freedom 2.4
...owed by the X and Y axes from the little mini-stick on top of the stick. I can't, for the life of me figure out how to get the mapping to work in wine. 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?
2010 Dec 14
1
Joystick functionality in Wine for Mac OS
...oystick functioning for Wine in Mac OS X. I am using Wineskin with Wine version 1.3.9 and Mac OS 10.6.5. The joystick is functional and my Mac reads it fine. I've tried editing the regedit keys by creating a DirectInput key with the string "Logitech Logitech Extreme 3D" = "X,Y,Rz,Slider1,POV1,POV2". However, that did nothing. I also tried putting the dinput8 and dinput into the DllOverrides with Windows config and tried various options there (but by no means exhaustive). Again, nothing happened. I've also tried various names for my joystick - for instance "Logitech...
2005 Aug 18
8
Extending a js class
It''s been a few days since I posted my last two emails (of which, no one replied to) so I''ve gone ahead and coded a working slider class as well as a ''resizeable'' class that allows a user to drag and resize the element. I also linked these two together as I want to have slider behavior that can resize the resizeable element. The end result is both the
2008 Jul 21
1
A couple of gamepad-related issues
...y question: is this due to the way wine currently detects controllers, that it wouldn't know about my analog sticks in the way the game looks for them? I tried adding DirectInput info into the registry, but this didn't seem to help. To be fair, I may have done it wrong (I added "X,Y,Rz,Slider1,POV1" under the key of the pad I named. Another weird thing about this problem is that in other games, directional input does register in config menus. Prince of Persia:Warrior Within not only registers my axes, but detects my d-pad as a separate item... very useful for navigating menus. This...