1. 18 Mar, 2005 1 commit
  2. 15 Mar, 2005 1 commit
  3. 08 Mar, 2005 1 commit
  4. 15 Feb, 2005 1 commit
  5. 08 Feb, 2005 1 commit
  6. 25 Jan, 2005 1 commit
  7. 24 Jan, 2005 1 commit
  8. 04 Jan, 2005 1 commit
  9. 27 Dec, 2004 1 commit
  10. 23 Dec, 2004 1 commit
  11. 13 Dec, 2004 1 commit
  12. 07 Dec, 2004 1 commit
  13. 23 Nov, 2004 1 commit
  14. 28 Oct, 2004 1 commit
  15. 07 Oct, 2004 1 commit
  16. 21 Sep, 2004 1 commit
  17. 17 Sep, 2004 1 commit
  18. 13 Sep, 2004 2 commits
  19. 09 Sep, 2004 3 commits
  20. 08 Sep, 2004 2 commits
  21. 06 Sep, 2004 1 commit
  22. 03 Sep, 2004 2 commits
  23. 02 Sep, 2004 1 commit
  24. 31 Aug, 2004 1 commit
    • Robert Reif's avatar
      Added default data formats for c_dfDIJoystick and c_dfDIJoystick2. · e2b882ac
      Robert Reif authored
      Added object properties for more than one object.
      Added error checks for acquired.
      Default to using c_dfDIJoystick2 data format.
      Try to use user supplied data formats (only works if same as one of
      the defaults).
      Code cleanup, error checking and tracing added.
      Added support for up to 8 axis.
      e2b882ac
  25. 23 Aug, 2004 1 commit
  26. 12 Aug, 2004 2 commits
  27. 04 Jun, 2004 1 commit
  28. 02 Jun, 2004 1 commit
    • Lionel Ulmer's avatar
      - some TRACEing improvements · 04d77f4d
      Lionel Ulmer authored
      - fix mouse Acquire which switched right and middle buttons
      - reset the mouse cursor at its original location on Unacquiring the
        device
      04d77f4d
  29. 27 May, 2004 1 commit
  30. 14 May, 2004 1 commit
  31. 19 Apr, 2004 1 commit
    • Christoph Frick's avatar
      - added code to have the joystick state be set to the assumed center · c7994927
      Christoph Frick authored
        values of the joystick mapped to the range the application wants
        them
      - generate events after setting the apropiate values in This->js
      - replaced magic ints with defines from linux/input.h
      - removed mapping code that generated wrong values for axes, that have
        the center on the min or max
      c7994927
  32. 12 Apr, 2004 1 commit
  33. 06 Apr, 2004 1 commit
  34. 24 Mar, 2004 1 commit
    • Christoph Frick's avatar
      - Added missing break statement. · feb0ef34
      Christoph Frick authored
      - Changed the mapping of the axis to a simpler formula, that ignores
        the middle of an axis.
      - Min/max values where initalized switched.
      - Added the missing button and axis events that are registered earlier
        in the code but never made it to the application.
      - Added a little more descriptive comment about the deadzone.
      feb0ef34